From b208acefe03daaf4d2afbe97ffb4c614f913a61a Mon Sep 17 00:00:00 2001 From: leogregianin Date: Fri, 28 Nov 2014 09:23:23 -0300 Subject: [PATCH 1/4] Add tools for OCR Section tools for OCR --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 665515bb..d8d4a4c0 100644 --- a/README.md +++ b/README.md @@ -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.* From 94f3cf73c9ebcbaf6939b2311f133dfb25d4e275 Mon Sep 17 00:00:00 2001 From: leogregianin Date: Fri, 28 Nov 2014 09:27:41 -0300 Subject: [PATCH 2/4] Add tools for OCR Subsection tools for Image --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8d4a4c0..1de0b964 100644 --- a/README.md +++ b/README.md @@ -308,11 +308,10 @@ 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 From 1d5d3546226945ea55d34643216ed3a6866bc057 Mon Sep 17 00:00:00 2001 From: leogregianin Date: Fri, 28 Nov 2014 09:29:00 -0300 Subject: [PATCH 3/4] layout changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1de0b964..633e55d1 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ 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).* +*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. From 9132b86ba1c006633b2c2506a0f4a53f9e70ee17 Mon Sep 17 00:00:00 2001 From: leogregianin Date: Fri, 28 Nov 2014 09:31:08 -0300 Subject: [PATCH 4/4] Layout changes for OCR Add tools for Python OCR --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 633e55d1..a6511c1c 100644 --- a/README.md +++ b/README.md @@ -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