java 的任何 OCR 技术

发布于 2024-08-25 02:26:56 字数 88 浏览 6 评论 0原文

我的 MCA 最后一年项目是从图像(jpg、gif 等)中提取数据。 我想从图像中识别数据。 我使用过java ocr,但它不起作用。 有没有可以帮助我的开源库?

I have MCA final year project to extract data from image (jpg, gif, etc.).
I want to recognize data from image.
I have used java ocr but it is not working.
Are there any open source libraries which can help me?

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

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

发布评论

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

评论(3

戈亓 2024-09-01 02:26:56

Matlab 有一个可训练的 OCR,已用于破解 capthcas。不幸的是,破坏 capthcas 的组织没有发布源代码。然而,这里是训练Matlab ocr的示例代码

matlab 代码可以轻松编译到您的 java 项目中。

Matlab has a trainable OCR that has been used to break capthcas. Unfortunately the group that broke the capthcas didn't release source code. However, here is example code of training Matlab's ocr.

The matlab code will easily compile into your java project.

墨洒年华 2024-09-01 02:26:56

这是一个基于java的OCR工具。该页面声称该工具可以识别字母中的三角形和其他图案 - 他们也给出了示例图像。该代码是开源的并且可下载。

您尝试过 Asprise 吗?

tesseract 是一个开源 OCR 工具,但它不是用 Java 编写的。请参阅超正方实际应用

Here is a java based OCR tool. The page claims that the tool can recognize triangles and other patterns from letters - they have given sample images too. The code is open source and downloadble.

Did you try Asprise?

tesseract is an open source OCR tool, but it's not in Java. See tesseract in action

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