为什么使用pytesseract从图像读取文本不起作用?

问题描述

这是我的代码:

.last()

这是图片:

image

输出如下:

import pytesseract
pytesseract.pytesseract.tesseract_cmd = r'F:\Installations\tesseract'
print(pytesseract.image_to_string('images/meme1.png',lang='eng'))

我在输出中看到年份一词,所以它可以识别文本,但是为什么不能完全识别呢?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)