Open GoogleCodeExporter opened 8 years ago
I finally figured it out by piecing together bits of info and using my limited
knowledge of linux/ubuntu/debian.
First I had to make sure all non debian version of python-tesseract were
uninstalled (because I had tried installing the way described in original
post). I used "setup.py clean" and then did this (from wiki page):
sudo rm /usr/local/lib/python2.7/dist-packages/python_tesseract*
sudo rm /usr/local/lib/python2.7/dist-packages/tesseract*
I downloaded the latest .deb file from Bitbucket then ran these commands from
the wiki...
sudo apt-get install tesseract-ocr
sudo dpkg -i python-tesseract*.deb
sudo apt-get -f install
Now its working
Original comment by huck.w...@gmail.com
on 21 May 2015 at 7:59
good to hear that.
supporting all the versions are still very tricky to me.
Anyone knows how to do it and of course is willing to help, please contact me.
Original comment by FreeT...@gmail.com
on 22 May 2015 at 2:26
Original issue reported on code.google.com by
huck.w...@gmail.com
on 21 May 2015 at 7:40