Jump to content

how to install python libraries


nouraali

Recommended Posts

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
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...