kimnamho / python-tesseract

Automatically exported from code.google.com/p/python-tesseract
0 stars 0 forks source link

main_dummy.cpp does not compile on mac #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

try to compile python-tesseract on Mac

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

I expected _tesseract.so to get compiled.
make cancelled with error:

main_dummy.cpp:45: error: 'class tesseract::TessBaseAPI' has no member named 
'ProcessPages'

What did I do wrong?

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

tesseract 3.0, svn checkout python-tesseract 24.6.2011

Is there a Mailinglist that I missed? Any connections to pytesser?

Original issue reported on code.google.com by danielmr...@gmail.com on 24 Jun 2011 at 4:47

GoogleCodeExporter commented 9 years ago
I don't have mac computer. However, are u using svn version Tesseract?

Original comment by FreeT...@gmail.com on 15 Aug 2011 at 11:42

GoogleCodeExporter commented 9 years ago
MacPort version added
http://code.google.com/p/python-tesseract/downloads/list
For detail on how to compile, pls refer to the wiki page

Original comment by FreeT...@gmail.com on 18 Aug 2011 at 3:29