python-tesseract for python 3.x version windows 64b
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. try to install with pip
2. I use this : pip install pytesseract
3. I got error over image_to_string
What is the expected output? What do you see instead?
from pytesseract import image_to_string
ImportError: cannot import name 'image_to_string'
What version of the product are you using? On what operating system?
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AM
D64)] on win32
Please provide any additional information below.
PIL cannot be install under this python 3.x version .
Original issue reported on code.google.com by catalinf...@gmail.com
on 11 Jan 2015 at 11:15
GoogleCodeExporter commented
https://bitbucket.org/3togo/python-tesseract/downloads
Original comment by FreeT...@gmail.com
on 11 Jan 2015 at 7:11
GoogleCodeExporter commented
I have the same question
Original comment by txt...@gmail.com
on 17 Mar 2015 at 9:09
GoogleCodeExporter commented
Pretty sure python-tesseract (this project) and pytesseract are two completely
different things. For one, this project uses SWIG to create a C++ python
extension wrapping the tesseract API, whereas pytesseract calls the tesseract
command line utility as a subprocess.
Original comment by jpthomps...@gmail.com
on 3 Apr 2015 at 2:57