gpt4 book ai didi

python - 请在尝试通过 pytesser 识别.0 错误之前调用 SetImage

转载 作者:行者123 更新时间:2023-11-28 16:37:24 24 4
gpt4 key购买 nike

我正在尝试将文本图像转换为文本。我在 python 中使用 pytesser 因为我已经安装了 tesseract 但甚至运行以下代码:

from pytesser import *
im = Image.open('phototest.tif')
text = image_to_string(im)
print text

我收到以下错误:

Tesseract Open Source OCR Engine with Leptonica
Please call SetImage before attempting recognition.

什么也没有打印出来(没有结果)。对上述问题有帮助吗?

最佳答案

尝试将您的图像转换为另一种格式,看看您是否遇到同样的问题。我在命令行中使用 Tesseract 时遇到了同样的问题。我有一个 bmp 文件,我将预处理中的文件保存为 png 并且 tesseract 工作正常。

关于python - 请在尝试通过 pytesser 识别.0 错误之前调用 SetImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24115695/

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