Tesseract输出不确定吗?

时间:2018-11-08 06:42:45

标签: python-3.x image ocr python-tesseract

我试图使用pytesseract从静态图像模板中提取文本,但是输出似乎乱七八糟。

这是我的代码:

from PIL import Image
from pytesseract import image_to_string
# test = image_to_string(Image.open('Test.jpg'), lang='eng')
test = image_to_string(Image.open('PhraseTest.jpg'), lang='eng')
print(test)
print("Success!!")

这是我正在使用的图像:

enter image description here

以下是我在ocr后得到的输出: Wmmwmm,谁会犯错

我有什么想念的吗?

0 个答案:

没有答案