You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. import pytesser
2. os.chdir([...])
3. call any pytesser function
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
0.0.1
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 21 May 2007 at 3:44
The text was updated successfully, but these errors were encountered:
Here is the patch. Just open pytesser.py and change line 13:
tesseract_exe_name = os.path.abspath(os.path.dirname(__file__) +
'/tesseract.exe' )
Will work smoothly.
Original comment by biu.dantas on 6 Jan 2011 at 12:32
Original issue reported on code.google.com by
[email protected]
on 21 May 2007 at 3:44The text was updated successfully, but these errors were encountered: