安卓商务名片扫描库适用于SDK环境

7

有没有适用于名片扫描的库?我是Android新手。帮帮我。提前感谢。

2个回答

12

工具信息:

ABBYY Mobile OCR Engine(付费):

ABBYY Mobile OCR Engine 是一个强大的软件开发工具包,允许移动和小型应用程序的开发人员集成高度准确的光学字符识别(OCR)技术,将图像和照片转换为可管理和可搜索的文本。该工具包支持最流行的移动平台和设备 - iOS(iPhone)和 Android。

ABBYY Mobile OCR Engine

演示应用程序 在 Play 商店:https://play.google.com/store/apps/details?id=com.abbyy.mobile.bcr&hl=en

Tesseract OCR Engine(主要由 Google 维护)(免费):

它使用了 Android Tesseract 工具,非常易于使用。这是一款 Android 应用程序,可以从您的 Android 手机相机拍摄的图像中提取文本!他们使用了 Robert 的 Tesseract Android Tools 的分支,名为 Tess Two。他们基于 Tesseract OCR 引擎和 Leptonica 图像处理库。

Play商店中的演示应用:https://play.google.com/store/apps/details?id=com.datumdroid.app

GitHub上可用的库:https://github.com/rmtheis/tess-two

Eclipse中配置的OCR库:http://www.luigimarino.altervista.org/blog/informatica/13-configureandroidlibrary

OcrApiService: Ocrapiservice.com提供在线和基于云的OCR(光学字符识别)REST API

OcrApiService

演示:https://github.com/smart-mobile-software/ocrapiservice


-3

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接