Ask HN: Recommended OCR?
I'm OCRing a bunch of TIFF files with tesseract, and while it works to some degree, it's nowhere near as accurate as I'd like it to be. Perhaps I'm doing something wrong and I could tune it to my liking, but I can't find too many resources on tesseract. Am I missing something?
Any other recommendations for OCRs? Ideally it would be free, but I'm willing to pay if it's not too pricey.
I've been trying out the trial version of FineReader, and it seems to work pretty well, so I may go with that.
Any help is greatly appreciated.
8 comments
[ 4.3 ms ] story [ 25.5 ms ] threadSpend some time on their website so you get the right product, they have multiple prices for the same products, too. I got the latest Finereader (after a coupon code I found on google) for between 130-150.
(I'm mostly scanning books)
mogrify -type Grayscale *.tif
and run them through tesseract to see the difference. No idea why no one mentions this in the documentation.
(Those pictures were not-very-hight quality snaps of a few pages of a book taken with a 3.2 Mpix digital camera.)