BackupGGCode / pytesser

OCR in Python using the Tesseract engine from Google
Other
0 stars 1 forks source link

PyTesser in Mac dont run because .Exe call #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. There is an error when the sstems try to exec  the Tesserac.exe on MAC
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
MAC OS X

Please provide any additional information below.
Please , send me information in how to substitutue the .Exe file needed on Mac 
OS X. Thanks

Original issue reported on code.google.com by idea123v...@gmail.com on 12 Apr 2009 at 5:40

GoogleCodeExporter commented 9 years ago
This seems to be true of any non-Windows OS.

While the scripts seem to run fine via Python on Ubuntu obviously you can't 
execute
the Windows exe.

Original comment by kingtho...@gmail.com on 6 Apr 2010 at 7:13

GoogleCodeExporter commented 9 years ago
Idea123v,

Please go to tesseract project page:
http://code.google.com/p/tesseract-ocr/

Probably you will need to compile the source to run on your mac. Then, just 
change pytesser.py to reflect your new executable file.

Original comment by biu.dantas on 6 Jan 2011 at 12:34