在 Pytesseract 中使用 image_to_string() 函数时,出现以下错误:
File "/Library/Python/2.7/site-packages/pytesseract/pytesseract.py", line 164, in image_to_string
raise TesseractError(status, errors)
pytesseract.pytesseract.TesseractError: (-5, 'dyld: Library not loaded: /usr/local/lib/liblept.4.dylib\n
Referenced from: /usr/local/bin/tesseract\n Reason: image not found')
尝试重新安装 Tesseract(查看 Brew)、PyTesseract、PIL,但没有成功。在我测试的其他机器上没有问题,都是 OSX Yosemite 10.10.3。
难住了。