【问题标题】:ocr library other than tesseract-android-toolstesseract-android-tools 以外的 ocr 库
【发布时间】:2013-05-02 09:12:30
【问题描述】:

我创建了一个基于 ocr 的 android 应用程序。除了 tesseract 之外还有其他可用的库吗?因为它已从 code.google.com 弃用。Asprise 似乎不是独立于平台的 OCR。我尝试了 Ron Cemer 的 Java OCR 库,但它们针对每种字符和喜欢的格式进行了培训。

我没有选择离开这部分。请帮助找到与 tesseract 具有相似性能的合适库。

您提供的任何反馈都将是可观的。 提前致谢

【问题讨论】:

  • 先生,但是这个问题与ocr引擎的预处理和准确性有关。但我的疑问是google的ocr现在已被弃用。与移动ocr兼容的免费ocr引擎有哪些?跨度>

标签: android ocr tesseract


【解决方案1】:

你可能想看看https://github.com/rmtheis/tess-two

tess-two 是 Tesseract Tools for Android (tesseract-android-tools) 的分支,增加了一些额外的功能。适用于 Android 的 Tesseract 工具是一组 Android API 和用于 Tesseract OCR 和 Leptonica 图像处理库的构建文件。

此项目适用于 Tesseract v3.02.02。 Tesseract 3.02.02 和 Leptonica 1.69 所需的源代码包含在 tess-two/jni 文件夹中。

tess-two 子目录包含用于编译 Tesseract 和 Leptonica 库以在 Android 平台上使用的工具。它包含一个 Eclipse Android 库项目,该项目提供了一个 Java API,用于访问本机编译的 Tesseract 和 Leptonica API。

【讨论】:

    【解决方案2】:

    Google 最近发布了一个 OCR API: https://developers.google.com/vision/text-overview

    只需将以下行添加到您的依赖项中:

    compile 'com.google.android.gms:play-services-vision:9.2.0'
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-07-17
      • 1970-01-01
      • 2016-12-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多