Skip to content

Commit

Permalink
Layout changes for OCR
Browse files Browse the repository at this point in the history
Add tools for Python OCR
  • Loading branch information
leogregianin committed Nov 28, 2014
1 parent 1d5d354 commit 9132b86
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

*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.

* [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

Expand Down

0 comments on commit 9132b86

Please sign in to comment.