[BangPypers] Python OCR Reader

Senthil Kumaran senthil at uthcode.com
Mon Oct 31 17:57:56 CET 2011


On Mon, Oct 31, 2011 at 11:30:21AM +0530, Gopalakrishnan Subramani wrote:
> Anyone can give good advises on OCR tools in Python? Not necessarily native
> python tools even with python wrapper will be good. I would never tweak or
> change the source code or learn deep into OCR technology. I just want a lib
> sort of things and Python wrapper to know.
> 
> I found http://code.google.com/p/pytesser/ and playing a little. But not
> sure how good it is.

What is your purpose of using a tesseract client? Would you be
extending it? The tesseract-ocr project (and it's binaries) is pretty
well maintained and it works well on windows. I assume the python
client to be good too. 

-- 
Senthil


More information about the BangPypers mailing list