Ask HN: Open source OCR library?
41–50 of 104 posts
Re: Ask HN: Open source OCR library?
#42Tesseract with ccv for SWT works but is a bit of a slow dog. Anyone used deep learning (caffe maybe?) for OCR?
Caffe has been used for handwriting, seems like OCR of typefaces would work just the same with a typeface dataset.
https://github.com/BVLC/caffe/tree/dev/examples/mnist
Here is the only other OCR example with caffe i could find:
Re: Ask HN: Open source OCR library?
#43Re: Ask HN: Open source OCR library?
#44I 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?
Re: Ask HN: Open source OCR library?
#45http://www.joyofdata.de/blog/a-guide-on-ocr-with-tesseract-3... 03/
Re: Ask HN: Open source OCR library?
#46Re: Ask HN: Open source OCR library?
#47I used Tesseract and OpenCV to process Words With Friends tiles.
Re: Ask HN: Open source OCR library?
#48I used Tesseract and OpenCV to process Words With Friends tiles.
Re: Ask HN: Open source OCR library?
#49I 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…