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
Mac OS X 10.10.2
$ tesseract -v
tesseract 3.03
leptonica-1.71
libjpeg 8d : libpng 1.6.17 : libtiff 4.0.3 : zlib 1.2.5
Python 2.7.9 (default, Mar 18 2015, 20:33:05)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tesseract
>>> mImgFile = "4-33 2.jpg"
>>> 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 sLeepo...@gmail.com
on 18 May 2015 at 9:40
[deleted comment]
[deleted comment]
Already install following instructions in Issue 68
Original comment by sLeepo...@gmail.com
on 18 May 2015 at 9:45
Original issue reported on code.google.com by
will...@gmail.com
on 30 Oct 2014 at 8:45