add OCR section
This commit is contained in:
parent
6818e5f51e
commit
4206dee623
12
README.md
12
README.md
@ -19,6 +19,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||||||
- [Command-line Tools](#command-line-tools)
|
- [Command-line Tools](#command-line-tools)
|
||||||
- [Downloader](#downloader)
|
- [Downloader](#downloader)
|
||||||
- [Imagery](#imagery)
|
- [Imagery](#imagery)
|
||||||
|
- [OCR](#ocr)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Video](#video)
|
- [Video](#video)
|
||||||
- [Geolocation](#geolocation)
|
- [Geolocation](#geolocation)
|
||||||
@ -308,12 +309,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.
|
* [scikit-image](http://scikit-image.org/) - A Python library for (scientific) image processing.
|
||||||
* [hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping.
|
* [hmap](https://github.com/rossgoodwin/hmap) - Image histogram remapping.
|
||||||
|
|
||||||
*Tools for Optical Character Recognition (OCR).*
|
## OCR
|
||||||
|
|
||||||
* [python-tesseract] (https://code.google.com/p/python-tesseract) - Wrapper class for Tesseract OCR.
|
*Libraries for Optical Character Recognition.*
|
||||||
* [pyocr](https://github.com/jflesch/pyocr) - Wrapper for Tesseract and Cuneiform.
|
|
||||||
* [pytesser](https://code.google.com/p/pytesser) - OCR module for Python.
|
* [python-tesseract] (https://code.google.com/p/python-tesseract) - A wrapper class for [Google Tesseract OCR](https://code.google.com/p/tesseract-ocr/).
|
||||||
* [pytesseract](https://github.com/madmaze/pytesseract) - Wrapper for Google TesseractOCR.
|
* [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for Google Tesseract OCR.
|
||||||
|
* [pyocr](https://github.com/jflesch/pyocr) - A wrapper for Tesseract and Cuneiform.
|
||||||
|
|
||||||
## Audio
|
## Audio
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user