OCR 旋转图像
我有几张图像,其中包括角度在 0 到 180 度之间的标签。有没有办法使用现有的 OCR 工具或任何算法来检测它们?
I have a couple of images including labels that have angles between 0 and 180 degrees. Is there any way to detect them using existing OCR tools or any algorithm for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不久前,我为此编写了这样的算法:
Some time ago i wrote such algorithm for this:
Tesseract 是 Google 目前开发的开源 OCR,将具有方向检测功能在3.0版本中。代码包含在svn版本中,但不知道能不能用。
Tesseract, an open-source OCR now developped by Google will have an orientation detection feature in version 3.0. The code is included in the svn version, but I don't know if it works.