[Tutor] Python Optical Character Recognition

Stefan Behnel stefan_ml at behnel.de
Wed Sep 30 16:02:20 CEST 2015


Sebastian Cheung via Tutor schrieb am 30.09.2015 um 10:55:
> How to read a jpg or png file into python and extract text thanks. I
> would imagine getting small symbols like ; or , to be difficult?

That depends entirely on the OCR engine. And you won't normally get in
touch with that very deeply.


> Any good framework like this?

Searching for "python ocr" gives me a couple of hits, including this one:

https://pypi.python.org/pypi/pytesseract

PyPI has some more matches that might be relevant:

https://pypi.python.org/pypi?%3Aaction=search&term=ocr&submit=search

Stefan



More information about the Tutor mailing list