I tried using Tesseract and could not get it to work reliably. I tried a bunch of different pre-processing techniques and it turned into a very frustrating experience. When I compared Tesseract to Abbyy, the difference was night and day. Abbyy straight out of the box got me 80%-90% accuracy of my text. Tesseract got around 75% at best with several layers deep of image pre-processing. I know you said open source, and…
Finereader engine Abbyy for Linux looks fine, but I can't find price data, is it <10k/year? One time license?
Ask HN: Open source OCR library?
81–90 of 104 posts
Re: Ask HN: Open source OCR library?
#82Earlier quoted context omitted.
And they limit you to scanned pages per year on the corporate/server offerings. Doubly-so for all their dev/api license options. And the kicker: You can't buy those licenses from them directly. They put you in contact with some randome monopoly local distributor that usually has mandatory "training" charges. Messy, and I'm planning on staying away from that with a ten-foot pole.
If there is no opensource/free software with the same quality, what then? What are you using as an OCR server side system on Linux? I'm sure not good enough to write my own OCR better than Abbyy.
All do-able within Linux.
Re: Ask HN: Open source OCR library?
#83Our particular application was OCRing brick and mortar store receipts directly from emulated printer feeds (imagine printing straight to PDF). We found that Tesseract had too many built-in goodies for image scanning, like warped characters, lighting and shadow defects, and photographic artifacts. When applied directly to presumably 1 to 1 character recognition, it failed miserably.
We found that building our own software to recognize the characters on a 1 to 1 basis produced much better results. See: http://stackoverflow.com/questions/9413216/simple-digit-reco...
Re: Ask HN: Open source OCR library?
#84I tried using Tesseract and could not get it to work reliably. I tried a bunch of different pre-processing techniques and it turned into a very frustrating experience. When I compared Tesseract to Abbyy, the difference was night and day. Abbyy straight out of the box got me 80%-90% accuracy of my text. Tesseract got around 75% at best with several layers deep of image pre-processing. I know you said open source, and…
A counter anecdote, I've used Tesseract for a largish project and it's worked wonderfully. Typically, on a full page of text, there'd be one or two minor errors, easily 99% accuracy. Irritatingly for me, but also impressively, it seemed to detect ligatures correctly (it used the unicode 'fl' instead of 'fl').
Re: Ask HN: Open source OCR library?
#85I used Tesseract and OpenCV to process Words With Friends tiles.
Haha, this is awesome. Have you written about your program anywhere? Would love to hear more about it.
Re: Ask HN: Open source OCR library?
#86I was actually looking in to Tesseract yesterday, so this post coincides nicely. I have a hobby project where I scrape instagram photos, and I actually only want to end up with photos with actual people in them. There are a lot of images being posted with motivational texts etc that I want to automatically filter out. So far I've already built a binary that scans images and spits out the dominant color percentage, if…
Google allows image searches to be filtered by is/isn't a face. I think you could tap into that knowledge, although it isn't immediately clear what the route would be.
Here's a detailed rundown of the more obscure google search paramters: https://stenevang.wordpress.com/2013/02/22/google-search-url...
The relevant one to your interest is "tbs=itp:face".
Re: Ask HN: Open source OCR library?
#87Re: Ask HN: Open source OCR library?
#88Does it have to be open-source? If free, but not trainable and restricted to Windows apps/phone is good enough, then I recommend the Microsoft OCR library. It gives you very, VERY good results out of the box. An excellent piece of work from Microsoft Research. To test it, see for example https://ocr.a9t9.com/ which uses Microsoft OCR inside. And for comparison, an OCR application with Tesseract inside: It has a drama…
Are you talking about this library from Microsoft: https://www.nuget.org/packages/Microsoft.Windows.Ocr/ ?
Re: Ask HN: Open source OCR library?
#89Does it have to be open-source? If free, but not trainable and restricted to Windows apps/phone is good enough, then I recommend the Microsoft OCR library. It gives you very, VERY good results out of the box. An excellent piece of work from Microsoft Research. To test it, see for example https://ocr.a9t9.com/ which uses Microsoft OCR inside. And for comparison, an OCR application with Tesseract inside: It has a drama…
How does the PDF OCR process compare to images? I uploaded a sample PDF with very clear sans-serif text (printed to PDF from a webpage) and there seems to be some odd substitutions. "prohibitecL" instead of "prohibited", "ac" instead of "QC" (as part of an address), random clipping of the first letter in a few lines and random use of a capital i instead of 1. Overall very good, I'm just wondering if the library is be…
The OCR library itself supports only image formats as input and is "innocent" with regards to this issue ;)
Re: Ask HN: Open source OCR library?
#90Earlier quoted context omitted.
Finereader engine Abbyy for Linux looks fine, but I can't find price data, is it <10k/year? One time license?
Abbyy, and most good commercial OCR, charge a runtime royalty based on the number of cores you are deploying to. Depends on volume.