openpaperwork / pyocr

A Python wrapper for Tesseract and Cuneiform -- Moved to Gnome's Gitlab
https://gitlab.gnome.org/World/OpenPaperwork/pyocr
930 stars 152 forks source link

Add digits support for pyocr (Tesseract only). #18

Closed torre76 closed 10 years ago

torre76 commented 10 years ago

As per #17, this is the pull request for digit only tesseract OCR.

I updated test cases by adding an image to scan for digits.

Also I lowered the requirements to Python 2.6 because I successfully used pyocr on a 2.6 environment.

jflesch commented 10 years ago

Thanks for your contribution :) (I'll just change the README back to Python 2.7 again)

torre76 commented 10 years ago

You are welcome ;).