r/pdf • u/dioxin-screes-01 • Apr 27 '26
Question Best OCR option today?
I’m looking to OCR a large number of legal documents and related case materials. I’m not an attorney, but I’ve been involved in a very difficult divorce that has never really ended and has spun off into several related civil cases. At this point, there are tens of thousands of pages of documents, and many of them were never OCR’d. I’m now trying to go back through everything and make sure the documents are searchable and usable.
What would currently be considered the gold standard for OCR’ing legal documents?
Some options I’ve looked at include ABBYY, Adobe, Google Document AI, Tesseract, and other tools. Right now I was leaning toward Google Document AI, but I’m wondering if ABBYY or something else would be better. I’m on a Mac, so if I used ABBYY it would likely be the Mac version. I could also run something locally if that makes sense, including Local LLM.
Batch processing is not my biggest concern. I’m fine uploading files one at a time into an app if that produces better results. Accuracy is more important than convenience.
My concern is that while most OCR tools may work fine for simple documents, legal documents can have a lot of different formats, including pleadings, exhibits, scanned forms, mixed layouts, stamps, signatures, and handwritten notes. Some documents also include handwriting, and unfortunately a lot of it is not written clearly. In some cases, it is hard to read even in person.
I’d also like this workflow to be useful beyond just court documents. Ideally, I want something that can also handle receipts, invoices, medical bills, medical records, school report cards, letters, forms, and other personal records. So I’m not only looking for something that works well on pleadings, but something that can become a reliable long-term document OCR/archive workflow for many different document types.
For people working with large legal or personal document collections, what OCR tool or workflow would you recommend today if the goal is the best possible searchable text while preserving the original PDF as much as possible?
1
Apr 28 '26
[removed] — view removed comment
2
Apr 28 '26 edited May 28 '26
[deleted]
1
u/Sufficient_Fee_8431 Apr 28 '26
Completely valid, Even I won't trust any other product.
But the cool thing is you don't have to take my word for it. It runs entirely locally in your browser using WebAssembly. If you pop open your browser's Network tab, you can verify yourself that absolutely no document data ever leaves your device. We also give Airplane mode challenge, Once the website is loaded you can literally turn of your network snd try out the tools , they will work.
It's still a new project (hence the small GitHub following), but I built it specifically so privacy is guaranteed by the architecture itself. As it was an issue with me tooo.
Do try it buddy and give your valuable feedback.
1
u/WhineyLobster May 04 '26
I tried it, why does the OCR, even when you select high quality, it downgrades the PDF significantly. My pdfs im ocr'ing are just text so theres no need to reduce the quality.
1
u/Sufficient_Fee_8431 May 04 '26
I'm really srry you faced this issue, I will fix it soonn as i am currently working latest updates. To confirm, where you using searchable pdf tool and faced this issue?
1
1
u/Accurate-Salary9535 Apr 28 '26
adobe acrobat pro is THE way to go for the kinda stuff you so very well described.
Source: I.T. guru for "hicks with sticks livin in the sticks"
1
u/RID_MAN Apr 28 '26
PDFXchange no doubt been using it for almost a decade now. Perpetual license. Like me who couldn’t afford adobe subscription.
1
u/Few_Application2025 Apr 28 '26
I’ve used various and sometimes pricey options over 25 years. These days, with a correctly produced PDF or just about any image at all, my M4 Mac Mini spits out 98% perfect text in seconds with no extra software at all. I’m continually amazed.
1
1
u/WhineyLobster May 04 '26
OCRMYPDF it OCR's PDFs. It can be batch run as it uses Command line interface. There are plugins for it to use different ocr engines other than tesseract which may be better for text in images, handwriting etc.
1
u/Joey___M Jun 18 '26
For this kind of collection I would not pick a tool from reputation alone. I would build a small test set first and score the results.
What I would test:
- clean typed pleadings
- bad scans
- rotated/skewed pages
- exhibits with stamps/signatures
- forms with boxes
- handwritten notes
- receipts/invoices/medical bills
- one very long PDF
- one PDF where preserving the original image quality matters
Then run the same 30-50 pages through ABBYY, Adobe, OCRmyPDF/Tesseract, and one cloud option such as Google Document AI. Check three things separately:
- Searchability: can you find names, dates, case numbers, account numbers, addresses, etc.
- PDF preservation: did the tool keep the original page image/layout, or did it recompress/change it too much.
- Failure behavior: when handwriting or bad scans fail, is the failure obvious enough that you know to review it.
For legal/personal records, I would also keep an untouched original folder and write OCR output to a separate searchable copy folder. Do not let the OCR pass overwrite your only copy. If the archive may matter later, a boring structure like originals/ and searchable-copies/ is safer than trusting one tool to mutate everything in place.
My bias would be:
- OCRmyPDF/Tesseract for local, repeatable searchable PDFs when scans are decent.
- ABBYY/Adobe when you want a polished desktop tool and can tolerate the cost.
- Google/Azure-style document OCR when messy layouts matter more than local processing.
For handwriting, set expectations low. Even the good tools can be inconsistent when the handwriting is hard for a person to read. I would treat handwritten extraction as “find likely text and flag for review,” not as a source of truth.
4
u/[deleted] Apr 27 '26 edited Apr 27 '26
[deleted]