iOS 手写识别应用程序如何识别我的手写内容?

发布于 2024-12-12 18:15:25 字数 342 浏览 1 评论 0原文

可能的重复:
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 技术交流群。

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

发布评论

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

评论(1

迷鸟归林 2024-12-19 18:15:25

我测试了很多 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.

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