pytesseract: Can't access Image with “Image.open” “Errno 2” error
问题 I'm trying to use pytesseract for the first time. I'm also not so confortable with python. I've created a new folder called python_test on my desktop. I'm on Mac. In this folder I have a test.png file and a py script : from pytesseract import image_to_string from PIL import Image print image_to_string(Image.open('test.png')) print image_to_string(Image.open('test-english.jpg'), lang='eng') So from my terminal, I'm going into the python_test folder then I'm running python read.py then I have