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 (view Brew)、PyTesseract、PIL を再インストールしようとしましたが、うまくいきませんでした。私がテストした他のマシンでは問題はありませんでした。すべて OSX Yosemite 10.10.3 です。
困惑した。