tesseract-无法识别图片中的文字吗?

时间:2019-07-27 21:08:29

标签: python python-tesseract

因此,我尝试使用pytesseract阅读以下内容: enter image description here

c = Image.open(my_image)
pot = (pytesseract.image_to_string(c)).split(' ')

我尝试转换为LLA,但输出乱码。

我对获取数字感兴趣,也可以有一个十进制数字。

TIA

0 个答案:

没有答案