【问题标题】:Read correct OCR data(having less accuracy) using Tesseract使用 Tesseract 读取正确的 OCR 数据(精度较低)
【发布时间】:2014-11-17 05:20:32
【问题描述】:

您好,我必须开发一个应用程序来读取 OCR 数据。

谷歌搜索后,我发现我可以使用 Tesseract 实现它。

我从https://github.com/rmtheis/tess-two获得了 Tesseract 源代码

我通过从http://dl.google.com/android/ndk/android-ndk-r9-windows-x86.zip 卸载 NDK 获得了它的库

现在提取它假设我已经将它提取到 E:\Software\android-ndk-r9 所以我将在环境变量中设置这个路径

右击MyComputer->Property->Advance-System-Settings->Advance->Environment Variable->在Box下面的第二个找到PATH并设置如下图的路径

现在打开 cmd 并转到 D:\Android Workspace\tess-two 如下所示

现在也从https://github.com/rmtheis/tess-two 下载了其他源代码,然后解压并导入它并命名为 OCRTest,就像我的电脑在 D:\Android Workspace\OCRTest 中一样

所以我在best OCR (Optical character recognition) example in android的帮助下成功编译了这两个项目

但我的问题是当我点击捕获按钮时,它会产生错误的文本。

如果有人正确地做到了,请帮助我......

提前非常感谢....

【问题讨论】:

  • 嘿,我已经提到我从这个问题的答案中得到了帮助,但我的问题是另一个问题。我无法读取正确的数据.....
  • 检查abbyy OCR 比 Tesseract 更准确
  • 嘿,您是否使用过 OCR 阅读
  • 那么请帮助我如何解决它
  • 我已经告诉过......你需要一个免费的 api 吗? ...如果是,那么它可能无法给出准确的结果... Abbyy 是付费 api。

标签: android ocr tesseract


【解决方案1】:

请检查abbyy OCR 的准确性比 Tesseract 更好

ABBYY offers its compact OCR Engine for Android
The latest Android smart phones have
    * good auto focus cameras and
    * more than 3 megapixel
    * so they are perfectly equipped to take sharp pictures of documents that contain textual information.
Implementing OCR on Android based applications can turn the phone in a information/text capture device. The data can be
    * processed directly on the phone, for example add a new contact to the address book
    * sent to a sever to get more information
    * sent to a text to speech engine
    * sent to a translation service

New in V4 R5: Java Native Interface Wrapper (JNIWrapper) is included!
New in V4 R7: Barcode Recognition is included!

定价详情http://ocrsdk.com/plans-and-pricing/

了解更多 --> http://www.abbyy-developers.eu/en:mobile-imaging-sdk:start

【讨论】:

  • 我必须读取护照数据,所以我需要它可以自动捕获护照详细信息,您是否知道 abbyysdk 是否提供此功能
  • 似乎是abbyy.com/mobile_imaging_sdk/scenarios ...你觉得这个答案有用吗...如果是这样,那么接受并投票:)
  • 是的,我投了赞成票。一旦我的问题得到解决,我也会接受 :)
猜你喜欢
  • 2015-09-16
  • 2018-01-20
  • 1970-01-01
  • 2023-04-05
  • 1970-01-01
  • 2018-08-07
  • 2017-07-22
  • 2014-04-14
  • 1970-01-01
相关资源
最近更新 更多