有什么简单的方法来 OCR 图像吗?

发布于 10-09 08:14 字数 117 浏览 4 评论 0原文

它基本上只使用 Times New Roman 字体,并且是一个小矩形 (220x86)。文字统一,大小相同,没有奇怪的字符,AZaz09,八种不同的颜色(每行一种)。

有什么简单的方法可以做到这一点吗?

It basically only uses the font Times New Roman and is a small rectangle (220x86). Text is uniform, same size, no strange characters, AZaz09, eight different colors (one per line).

is there any easy way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

方觉久2024-10-16 08:14:06

最好的开源 OCR 是 Tesseract。它是可训练的,因此您可以以 times new roman 为目标,尽管它已经提供了类似文本的训练。您可以通过使用 os.popen() 与 python 一起使用它

The best Open Source OCR is Tesseract. It is trainable, so you can target times new roman, although it already comes with training for similar text. You can use it with python by using os.popen()

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文