ORIGINAL REDDIT POST

Looking for an OCR tool

I need an OCR tool that should convert images to word and works completely offline and doesn't leak data and keeps documents private. If it is free that's great but paid will work too. (Also I have windows 10 if that helps.)

Original postr/software

I need an OCR tool that should convert images to word and works completely offline and doesn't leak data and keeps documents private. If it is free that's great but paid will work too. (Also I have windows 10 if that helps.)

Collected discussion

25 comments

u/FuknHummmm

PyTesseract Anything else is a pig in lipstick. Don't pay for things that are free, or use gimmicky tools that are based on the original free variant. Most of the things recommended in this thread are powered by PyTesseract under the hood anyway. https://pypi.org/project/pytesseract/

u/FuknHummmm

Thanks for your help chatgpt

u/Artistic_Hall2511OP

Thanks I will try that

u/juancn

The original is technically https://github.com/tesseract-ocr/tesseract That’s just a python wrapper

u/pengxiangzhao

generally speaking OCR on CPU is very slow, if you have a decent GPU the OCR speed and quality will much better. I can show you how to write some simple python code for OCR.

u/FuknHummmm

A python wrapper that makes it much easier to install on various systems.

u/Artistic_Hall2511OP

Okay thanks for advice

u/Artistic_Hall2511OP

I really appreciate your help bro But my work has been done Still thanks alot

u/Majestic_Pin3793

There's a great chance that you have one of the best tools installed in your win10 pc Just paste your image in any onenote document, then right click the image and select 'copy text' ... and that's it

u/Few-Werewolf-1985

NAPS2 free scanner software

u/pengxiangzhao

what kind GPU do you have?

u/BlkCrowe

If you have quite a few images, automate it using Powershell. There are lots of tutorials and pre-written scripts and modules that already do this using the Tesseract OCR engine. Just google "Powershell OCR" and the first page contains links to the entire solution. Its surprisingly easy to do, and you can let it run overnight if you have a ton of images, and wake up to hundreds of text files.

u/WhineyLobster

ocrmypdf... but you gotta know basic command line stuff.

u/Fun_Calendar_6444

Check naps2

u/FormerGanache3742-

look for an offlines ocr app theyre more private since everything stays on your computer

u/paumpaum

I cleaned up a bunch of images (batch processed b/w, crop, sharpened levels etc. with Ifranview), of a typed out book a client gave me and processed the ocr (hilarious, in my view) with Microsoft Photos' OCR tool. It came out perfectly, ran offline on my old win10 laptop. I cut and pasted the entire document page by page in LibreOffice, set up a few automated find/replace tools to clean up the broken formatting, and then read through the entire thing to double check grammar/spelling and formatting. It was an ~120 page book, took ~7 hours start to finish. I was surprised that Microsoft did something useful, for once. I'm not sure about other peoples' needs and experiences. In this case, it worked out.

u/learn_by_example

Karja has a great OCR app (it's called Scanner). Plus it synergises with the Notepad app (you can export your OCR results there) from which you can use your extracted content with your local AI. Karja is completely private (your scanned medical or financial documents don't end up in someone else's cloud) and works offline forever.

u/smilaise

KillerPDF now works via CLI for batch jobs and scripting.

u/Nicb376

Is there a plug and play option of this so I can just download and start it?

u/smilaise

KillerPDF has OCR and can be used from command line for scripting and batch jobs

u/smilaise

KillerPDF is worth a look

u/[deleted]

This comment was deleted.

u/[deleted]

This comment was deleted.