mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 18:57:12 +00:00
Add tools for OCR
Section tools for OCR
This commit is contained in:
parent
34164b9386
commit
b208acefe0
1 changed files with 7 additions and 0 deletions
|
|
@ -307,6 +307,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing.
|
||||
* [hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping.
|
||||
|
||||
* 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.
|
||||
* [pytesser](https://code.google.com/p/pytesser) - OCR module for Python.
|
||||
* [pytesseract](https://github.com/madmaze/pytesseract) - Wrapper for Google TesseractOCR.
|
||||
|
||||
## Audio
|
||||
|
||||
*Libraries for manipulating audio.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue