gpt4 book ai didi

python - PyTesser 简单使用错误

转载 作者:太空狗 更新时间:2023-10-30 00:32:59 25 4
gpt4 key购买 nike

我已经下载了 PyTesser并将其提取出来。

我在 pytesser_v0.0.1 文件夹中并尝试运行 sample usage python 解释器中的代码:

from pytesser import *
print image_file_to_string('fnord.tif')

和输出:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pytesser.py", line 44, in image_file_to_string
call_tesseract(filename, scratch_text_name_root)
File "pytesser.py", line 21, in call_tesseract
proc = subprocess.Popen(args)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

注意:我在 Ubuntu 12.10 中使用 Python 2.7.3

谁能帮我理解这个错误,我该怎么做才能解决它?

最佳答案

这没有尽可能详细地记录,但如果您不在 Windows 上,则需要为您的平台安装 tesseract 二进制文件。在 Ubuntu 和其他基于 Debian 的 Linux 发行版上,apt-get install tesseract-ocr。然后你可以运行:

python pytesser.py

它使用测试文件 phototest.tiffnord.tiffonts_test.png 来测试库。

关于python - PyTesser 简单使用错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18322933/

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