【发布时间】:2018-08-05 17:00:39
【问题描述】:
我已经使用命令在 Google colab 中安装了 tesseract
!pip install tesseract
但是当我运行命令时
text = pytesseract.image_to_string(Image.open('cropped_img.png'))
我收到以下错误:
TesseractNotFoundError: tesseract 未安装或不在您的路径中
【问题讨论】:
标签: tesseract google-colaboratory