iOS 手写识别应用程序如何识别我的手写内容?
可能的重复:
IOS有手写识别库吗?
为 iPad 构建一个可以识别手写的应用程序,我想知道是否有库/框架可以做到这一点?
有人知道其他应用程序是如何做到这一点的吗?他们使用 OCR 或手势识别吗?
我知道这里有很多关于这个主题的问题,但我还没有找到令人满意的答案。
谢谢。
Possible Duplicate:
Is there an handwriting recognition library for IOS?
I'm building an app for the iPad that can recognize handwriting and I was wandering if there is library/framework for doing that?
Does someone knows how does the other apps do that? do they use OCR or Gesture recognition?
I know that there are many questions here about that subject but I haven't came across a satisfying answer.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我测试了很多 HWR/OCR 库。
以下是很棒的手写识别库:
http://www.hanvon.com/en/products/index.html
http://www.phatware.com/index.php?q=product/details/developer/writepadsdk
但它们是闭源的。
这是一个简单的开源代码:
http://risujin.org/cellwriter/
对我来说,最好的 OCR 引擎是 Tesseract;它识别文本的能力甚至比 ABBYY 还要好。
I've tested a lot of HWR/OCR libs.
Here are great handwriting-recognition libs:
http://www.hanvon.com/en/products/index.html
http://www.phatware.com/index.php?q=product/details/developer/writepadsdk
But they are closed-source.
Here is simple opensource one:
http://risujin.org/cellwriter/
As for me, best of OCR engines is Tesseract; it recognizes text better then even ABBYY.