You might try pytesseract instead to see if you have better luck: https://pypi.python.org/pypi/pytesseract
Tom On Friday, October 2, 2015 at 1:57:56 PM UTC-4, Chang Alden wrote: > > I have python-tesseract-0.9.1-py2.7 installed but I am getting this error. > > Traceback (most recent call last): > File "C:/Python27/Scripts/test.py", line 2, in <module> > api = tesseract.TessBaseAPI() > AttributeError: 'module' object has no attribute 'TessBaseAPI' > > Did the function call get changed? What am I doing wrong? > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/2b9a0154-d433-4e45-b21c-a49563954a70%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

