Open GoogleCodeExporter opened 9 years ago
Can you update your ubuntu to at least trusty?
Original comment by FreeT...@gmail.com
on 3 Nov 2014 at 2:02
[deleted comment]
Confirms the issue in Ubuntu Precise
$tesseract -v
tesseract 3.02.02
leptonica-1.69
libjpeg 8b : libpng 1.2.46 : libtiff 3.9.5 : zlib 1.2.3.4
$ python
Python 2.7.3 (default, Dec 18 2014, 19:10:20)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tesseract
>>> pixImage=tesseract.pixRead(mImgFile)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'pixRead'
>>>
Original comment by mithu.s...@gmail.com
on 21 Jan 2015 at 6:33
[deleted comment]
[deleted comment]
https://bitbucket.org/3togo/python-tesseract/downloads/python-tesseract_0.9-1_pr
ecise_amd64.deb
or
sudo apt-get install python-distutils-extra tesseract-ocr tesseract-ocr-eng
libopencv-dev libtesseract-dev libleptonica-dev python-all-dev swig libcv-dev
python-opencv python-numpy python-setuptools build-essential subversion
svn checkout http://python-tesseract.googlecode.com/svn/trunk/src@690
python-tesseract
cd python-tesseract
python config.py
python setup.py clean
python setup.py build
python setup.py install --user
Original comment by FreeT...@gmail.com
on 22 Jan 2015 at 5:06
Original issue reported on code.google.com by
will...@gmail.com
on 30 Oct 2014 at 8:45