Open GoogleCodeExporter opened 8 years ago
[deleted comment]
> So it wants me to put it in my %TESSDATA_PREFIX% to be able to load lang data
and load it manually? - I just wont do that.
Actually above wont work. Instead use this if needed:
import os
os.chdir(os.path.dirname(os.environ['TESSDATA_PREFIX']))
before doing any calls to tesseract.
Original comment by klo...@gmail.com
on 19 Jul 2014 at 12:38
or put tessdata folder inside the program folder
Original comment by FreeT...@gmail.com
on 19 Jul 2014 at 6:30
how to call this in a program?
Original comment by becker.b...@gmail.com
on 4 Dec 2014 at 8:11
Original issue reported on code.google.com by
klo...@gmail.com
on 18 Jul 2014 at 10:48Attachments: