gpt4 book ai didi

在 Google colaboratory 中安装 Tesseract

转载 作者:行者123 更新时间:2023-12-03 15:21:55 24 4
gpt4 key购买 nike

我已经使用命令在 Google colab 中安装了 tesseract

!pip install tesseract

但是当我运行命令时
text = pytesseract.image_to_string(Image.open('cropped_img.png'))

我收到以下错误:

TesseractNotFoundError: tesseract is not installed or it's not in your path

最佳答案

添加 pytesseract.pytesseract.tesseract_cmd = r'/usr/local/bin/pytesseract'
这应该可以解决 TesseractNotFoundError。

关于在 Google colaboratory 中安装 Tesseract,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51696446/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com