This is my problem, I want to use pytesser to get a picture\'s contents. My operating system is Mac OS 10.11, and I have already installed PIL, pytesser, tesseract-ocr engin
Open file pytesseract.py.
Mine is in /Users/yourUser/.virtualenvs/cv/lib/python2.7/site-packages/pytesseract/pytesseract.py
/Users/yourUser/.virtualenvs/cv/lib/python2.7/site-packages/pytesseract/pytesseract.py
Change tesseract_cmd = 'tesseract' to tesseract_cmd = '/usr/local/bin/tesseract'
tesseract_cmd = 'tesseract'
tesseract_cmd = '/usr/local/bin/tesseract'