Page 1 of 1
tesseract ocr
Posted: Sat Jun 07, 2014 6:46 am
by FazerAllan
How do i install the Tesserct or PyTesser module so that it can be used on a raspberry pi using python ? I have loaded other module but have been having great difficulty with this one, any help please?
Re: tesseract ocr
Posted: Sat Jun 07, 2014 11:39 am
by riklaunim
There are at least few Python tesseract wrappers. Most of them just call the tesseract binary - so you need both.
Re: tesseract ocr
Posted: Sat Jun 07, 2014 5:25 pm
by FazerAllan
Sorry ,I am a beginner regarding this, can you please elaborate? Whater I try I never end up with either the PyTesser or Testeract module installed in the module list when I ask for list of modules using the "pydoc modules" command in the terminal, even though I have installed other modules ok