Discussion:
[Tutor] Python Optical Character Recognition
Stefan Behnel
2015-09-30 14:02:20 UTC
Permalink
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

_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Loading...