gpt4 book ai didi

python - 从图像中提取文本。文字识别

转载 作者:太空宇宙 更新时间:2023-11-04 05:12:49 27 4
gpt4 key购买 nike

我正在使用 Pytesseract,当我使用英语时它可以工作,但是当我切换到俄语时它可以工作。我有这样的问题:

"TypeError: 'str' does not support the buffer interface". I've tried other language it also doesn't work.

这是我的代码:

from PIL import Image
from pytesseract import image_to_string
k=image_to_string(Image.open("ff.jpg"), lang="rus")
print(image_to_string(Image.open("picture.jpg"), lang="rus"))

谁能帮我解决这个问题?

最佳答案

您需要为特定语言的 Tesseract 训练数据您需要在系统中复制语言支持文件作为引用,您可以访问该站点:- https://github.com/tesseract-ocr/langdata

关于python - 从图像中提取文本。文字识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42572579/

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