gpt4 book ai didi

python - 使用法语时 pytesseract 挂起

转载 作者:太空宇宙 更新时间:2023-11-03 15:14:29 29 4
gpt4 key购买 nike

我有一个 pytesseract 的小代码。它适用于英语版本,但当我更改为法语时,它不起作用(程序挂起)。感谢您的帮助!

这是我的代码:

import pytesseract
try:
import Image
except ImportError:
from PIL import Image
text = pytesseract.image_to_string(Image.open('test.jpg'), lang='fra')
print text

我在 eng.traineddata 的同一文件夹中有 fra.traineddata

最佳答案

在函数run_tesseract中:我不确定为什么有人认为将元组附加到字符串会起作用。我更换了

command += ('-l', lang)

command += "-l '" + lang + "'"

它成功了。

关于python - 使用法语时 pytesseract 挂起,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43978487/

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