Layout changes for OCR

Add tools for Python OCR
This commit is contained in:
leogregianin 2014-11-28 09:31:08 -03:00
parent 1d5d354622
commit 9132b86ba1

View File

@ -308,10 +308,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping. * [hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping.
*Tools for Optical Character Recognition (OCR).* *Tools for Optical Character Recognition (OCR).*
* [python-tesseract] (https://code.google.com/p/python-tesseract) - Wrapper class for Tesseract OCR.
* [pyocr](https://github.com/jflesch/pyocr) - Wrapper for Tesseract and Cuneiform. * [python-tesseract] (https://code.google.com/p/python-tesseract) - Wrapper class for Tesseract OCR.
* [pytesser](https://code.google.com/p/pytesser) - OCR module for Python. * [pyocr](https://github.com/jflesch/pyocr) - Wrapper for Tesseract and Cuneiform.
* [pytesseract](https://github.com/madmaze/pytesseract) - Wrapper for Google TesseractOCR. * [pytesser](https://code.google.com/p/pytesser) - OCR module for Python.
* [pytesseract](https://github.com/madmaze/pytesseract) - Wrapper for Google TesseractOCR.
## Audio ## Audio