Show HN: Convert scanned documents into searchable PDFs
11–20 of 22 posts
Re: Show HN: Convert scanned documents into searchable PDFs
#12Either way, super cool idea. My Dad will be stoked about this as he's been OCR'ing his way into oblivion for the past few years.
Re: Show HN: Convert scanned documents into searchable PDFs
#13Re: Show HN: Convert scanned documents into searchable PDFs
#14BTW, how is this news?
Re: Show HN: Convert scanned documents into searchable PDFs
#15Earlier quoted context omitted.
Given that the OCR'ed PDFs use the "GlyphLessFont" font, it seems that tesseract [1] is used. [1] https://github.com/tesseract-ocr/tesseract
I hope not. Tesseract delivers bad results on high quality scans, far below the same OCR quality achieved by services like Google Books. What the OCR market needs is someone who will bring that level of OCR quality - or better - to the masses (perhaps some deep learning grad student with time to kill?), not yet another wrapper around Tesseract. We have those already!
Here's a nice intro[1] that later talks about how it achieves higher accuracy using an LSTM model[2].
[0] https://github.com/tmbdev/ocropy
[1] http://www.danvk.org/2015/01/09/extracting-text-from-an-imag...
[2] http://www.danvk.org/2015/01/11/training-an-ocropus-ocr-mode...
Re: Show HN: Convert scanned documents into searchable PDFs
#16I use PDFScanner on my Mac. Works great at scanning time or post-scanning. No, it's not free but it's worth it. Pay the $15, ya cheap bastiches! :-) BTW, how is this news?
It comes down to how many people agree it's interesting by upvoting :)
Re: Show HN: Convert scanned documents into searchable PDFs
#17I just use the OCR function built in to Adobe Acrobat. Don't know it the OCR function is available in the reader version.
Re: Show HN: Convert scanned documents into searchable PDFs
#18Earlier quoted context omitted.
Given that the OCR'ed PDFs use the "GlyphLessFont" font, it seems that tesseract [1] is used. [1] https://github.com/tesseract-ocr/tesseract
I hope not. Tesseract delivers bad results on high quality scans, far below the same OCR quality achieved by services like Google Books. What the OCR market needs is someone who will bring that level of OCR quality - or better - to the masses (perhaps some deep learning grad student with time to kill?), not yet another wrapper around Tesseract. We have those already!
Re: Show HN: Convert scanned documents into searchable PDFs
#19Earlier quoted context omitted.
I hope not. Tesseract delivers bad results on high quality scans, far below the same OCR quality achieved by services like Google Books. What the OCR market needs is someone who will bring that level of OCR quality - or better - to the masses (perhaps some deep learning grad student with time to kill?), not yet another wrapper around Tesseract. We have those already!
Have you looked into ocropy[0]? Here's a nice intro[1] that later talks about how it achieves higher accuracy using an LSTM model[2]. [0] https://github.com/tmbdev/ocropy [1] http://www.danvk.org/2015/01/09/extracting-text-from-an-imag... [2] http://www.danvk.org/2015/01/11/training-an-ocropus-ocr-mode...
Re: Show HN: Convert scanned documents into searchable PDFs
#20Earlier quoted context omitted.
I hope not. Tesseract delivers bad results on high quality scans, far below the same OCR quality achieved by services like Google Books. What the OCR market needs is someone who will bring that level of OCR quality - or better - to the masses (perhaps some deep learning grad student with time to kill?), not yet another wrapper around Tesseract. We have those already!
I have had great result using tesseract via gimagereader. Are you sure your configuration is good?