Android 在安卓上使用tesseract

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1454848/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 03:06:22  来源:igfitidea点击:

Using tesseract on android

androidtesseract

提问by mudit

I am working on a android project that uses tesseract OCR engines..I have been searching on internet from past few days about any support for tesseract for android platform..But I didnt get any help...Please help me about how I do use tesseract for android platform...or how do I install it on android..

我正在开发一个使用 tesseract OCR 引擎的 android 项目......过去几天我一直在互联网上搜索关于 tesseract for android 平台的任何支持......但我没有得到任何帮助......请帮助我了解我是怎么做的将tesseract用于android平台……或者我如何在android上安装它……

any kind of help is highly appriciated... please help thanks in advance

任何类型的帮助都非常有用......请提前帮助谢谢

采纳答案by mudit

Theses guys have managed to interface Android with Tesseract using the Android NDK. Here's a write up on it:

这些家伙已经设法使用 Android NDK 将 Android 与 Tesseract 连接起来。这是一篇关于它的文章:

http://www.itwizard.ro/interfacing-cc-libraries-via-jni-example-tesseract-163.html

http://www.itwizard.ro/interifying-cc-libraries-via-jni-example-tesseract-163.html

回答by Jimmy

Reviving a 3 year old question here :)

在这里重温一个 3 岁的问题:)

Take a look at the tess-twolibrary on Github, its a fork of android tesseract tools and is very easy to use

看看Github上的tess-two库,它是android tesseract工具的一个分支,非常好用