我刚刚通过自制软件安装了tesseract,我需要将一些文件放在tessdata文件夹中,但我无法在我的mac上找到它.
我在搜索器中搜索了"tesseract",搜索没有返回任何内容,我在谷歌上也找不到任何东西.
我已经使用命令在 Google colab 中安装了 tesseract
!pip install tesseract
Run Code Online (Sandbox Code Playgroud)
但是当我运行命令时
text = pytesseract.image_to_string(Image.open('cropped_img.png'))
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
TesseractNotFoundError: tesseract 未安装或不在您的路径中