android 中推荐的 ocr 库是什么?
What are recommended ocr library's in android?
请为 android 提供一些推荐的 ocr 库,我们可以将其集成
ABBYY 的 Android OCR 库:http://www.abbyy.com/mobileocr/android
Tesseract JNI 包装器:http://code.google.com/p/tesseract-ocr/
一些付费和免费图书馆可用,
1) Google 愿景 API(付费)
看看
1) ABBYY 的 Android OCR 库(付费)-https://www.abbyy.com/en-apac/mobile-ocr/android-ocr/
2) Tesseract JNI 包装器(免费)- https://github.com/tesseract-ocr
您可以集成 Tesseract 开源 OCR。
教程:http://gaut.am/making-an-ocr-android-app-using-tesseract/
示例:https://github.com/rmtheis/tess-two
最好的轻量级且准确率高的库是Google的Mobile Vision Text API。它有一个关于 Google 代码实验室的详尽教程,您可以阅读以尝试一下。它还支持实时检测。
请为 android 提供一些推荐的 ocr 库,我们可以将其集成
ABBYY 的 Android OCR 库:http://www.abbyy.com/mobileocr/android
Tesseract JNI 包装器:http://code.google.com/p/tesseract-ocr/
一些付费和免费图书馆可用,
1) Google 愿景 API(付费)
看看
1) ABBYY 的 Android OCR 库(付费)-https://www.abbyy.com/en-apac/mobile-ocr/android-ocr/
2) Tesseract JNI 包装器(免费)- https://github.com/tesseract-ocr
您可以集成 Tesseract 开源 OCR。
教程:http://gaut.am/making-an-ocr-android-app-using-tesseract/ 示例:https://github.com/rmtheis/tess-two
最好的轻量级且准确率高的库是Google的Mobile Vision Text API。它有一个关于 Google 代码实验室的详尽教程,您可以阅读以尝试一下。它还支持实时检测。