Pytesseract image_to_string方法未返回预期的输出

时间:2018-11-27 00:59:14

标签: python opencv tesseract python-tesseract

我一直在尝试所有可能的设置组合。 我正在尝试从视频中提取时间戳。

在时间戳周围制作一个副本,尝试应用各种过滤器,使文本变黑并带有侵蚀。没有任何效果..这是一个非常简单直接的图像,内部有清晰的数字。我以为tesseract从这种图像中提取信息将是在公园散步。

这是我尝试过的代码,也尝试了其他PSM选项无济于事。主要是返回字母,而不是数字,或者什么都没有。

getLocation3

这是img3的输出-> enter image description here

这是侵蚀的结果-> enter image description here

enter image description here

视频中的原始图像如下

enter image description here

0 个答案:

没有答案