手机照片OCR识别

发布于 2024-09-11 18:37:37 字数 170 浏览 9 评论 0原文

我正在考虑开发一个移动 OCR 应用程序来检测移动图片中的文字。 目的如果只是检测图片中有哪些单词,布局并不重要。 它也可用于非常短的文本。

我目前正在考虑将 tesseract 适配到 iphone 和 android 上。

不知道大家有没有相关经历呢?有什么限制等。

谢谢!

I'm thinking of developping a mobile OCR app to detect words from mobile pictures.
The purpose if only to detect what words are in the picture, the layout is not important.
Also it would be use on very short texts.

I'm currently thinking of adapting tesseract to iphone and android.

I wonder if anyone has had any related experience? What are the limits etc.

Thanks!

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

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

发布评论

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

评论(2

饮惑 2024-09-18 18:37:37

Google Goggles 就是这样做的......它拍摄快照,降低颜色深度,扫描各种对比度,并暴露字母/单词。然后它对找到的内容执行谷歌搜索。

Google Goggles does that... It takes a snapshot, reduces the color depth, scans through various contrast ratios, and exposes letters/words. It then performs a google search on what it found.

猫七 2024-09-18 18:37:37

查看这篇文章 http://www.itwizard。 ro/interface-cc-libraries-via-jni-example-tesseract-163.html 和此示例 http://code.google.com/p/mezzofanti/

我在我的 G1 上运行它,对于单个单词来说还可以,但是如果你有 2-3 行,它会很慢。

也许使用新手机(双核手机),您可能会在几秒钟内接到几条线路

checkout this article http://www.itwizard.ro/interfacing-cc-libraries-via-jni-example-tesseract-163.html and this example http://code.google.com/p/mezzofanti/

i run it on my G1 and it's OK for single words, but it is very slow if you have 2-3 lines.

maybe with new phones (dual-core ones) you might get several lines in some seconds

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