OSError: [Errno 2] No such file or directory using pytesser
问题 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 engine, and other supporting libraries like libpng and so on. But when I run my code, as below, error occurs. from pytesser import * import os image = Image.open('/Users/Grant/Desktop/1.png') text = image_to_string(image) print text Next is the error message Traceback (most recent call last): File "/Users/Grant/Documents