Nach der Installation von PyTesseract ging ich in das Terminal meines Mac, um sicherzustellen, dass es funktioniert. Ich habe es zur Ausgabe in eine Textdatei perfekt finden, aber nach diesem Code in Enthought Canopy läuft:PyTesseract funktioniert nicht
import pytesseract
from PIL import Image
print pytesseract.image_to_string(Image.open('/Users/Nelson/Desktop/Projects/R6S Statistics/OCR/ocr-test.png'))
ich diese:
AttributeError: 'ImagingDecoder' object has no attribute 'pulls_fd'
Dieser Fehler aus der PIL-Datei kommt:
/Users/Nelson/Desktop/Canopy/User/lib/python2.7/site-packages/PIL/ImageFile.pyc