Closed GoogleCodeExporter closed 9 years ago
The line: tesseract.SetCvImage(image)
Should obviously be: tesseract.SetCvImage(image, api)
The problem persists though.
Original comment by matti.v....@gmail.com
on 29 Jun 2013 at 8:50
How about installing the svn version?
svn checkout http://python-tesseract.googlecode.com/svn/trunk/ python-tesseract
cd python-tesseract
python setup.py clean
python setup.py build
python setup.py install --user
export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"
python test.py
Original comment by FreeT...@gmail.com
on 30 Jun 2013 at 3:36
you might need to rebuild opencv first. It is broken lately
brew tap homebrew/science
brew install opencv
Original comment by FreeT...@gmail.com
on 30 Jun 2013 at 4:29
Reinstalled everything starting from brewed Python 2.7.5 and proceeding to
install all libraries. Upon installing python-tesseract from the svn source,
the problem persists.
Original comment by matti.v....@gmail.com
on 30 Jun 2013 at 7:38
Contents of python-tesseract module in my system:
Original comment by matti.v....@gmail.com
on 30 Jun 2013 at 7:47
Attachments:
If your IOS is version 10.8.5, it shall work.
Original comment by FreeT...@gmail.com
on 10 Nov 2013 at 3:46
Original comment by FreeT...@gmail.com
on 9 May 2014 at 7:52
Original issue reported on code.google.com by
matti.v....@gmail.com
on 29 Jun 2013 at 8:28