Jump to content

Recommended Posts

Posted (edited)

hi i want to run python script that requires the following libraries -opencv, -pytesseract, -tesseract-ocr.

i read something that tells to include them in the PYTHONPATH, but i don't know how.

I would appreciate your help for further clarification

Edited by nouraali
Posted

Python 2.6.6 is too old to install new modules. I recommend you use 2.7 or 3.6. Let me know which one you choose to go with.

  • Like 1
Posted

Python 2.6.6 is too old to install new modules. I recommend you use 2.7 or 3.6. Let me know which one you choose to go with.

python 2.7

 

libraries needed:-

PIL

pytesseract

opencv2

matplotnumpy

os

 

software needed:-

tesseract ocr (used by the wrapper pytesseract)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...