You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
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?
Tom Morris
unread,
Oct 5, 2015, 12:49:33 PM10/5/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
You might try pytesseract instead to see if you have better luck: