简体   繁体   English

使用tesseract for android

[英]using tesseract for android

want a running example of OCR in android, I have done some research and find an example that implements OCR in android. 想要在android中运行OCR的例子,我已经做了一些研究并找到了一个在android中实现OCR的例子。

https://github.com/rmtheis/tess-two and in it there are three projects files... https://github.com/rmtheis/tess-two ,其中有三个项目文件......

eyes-two tess-two tess-two-test I have executed the "tess-two-test" project by importing the three project files but "tess-two-test" does not include any activities so it will not run. 眼睛 - 两个tess-two tess-two-test我通过导入三个项目文件执行了“tess-two-test”项目,但“tess-two-test”不包含任何活动,因此它不会运行。

can any one explain me this functionality step by step 任何人都可以一步一步向我解释这个功能

You have to have Android SDK and Android NDK running. 您必须运行Android SDK和Android NDK。 The NDK will help you to compile the project in a right way. NDK将帮助您以正确的方式编译项目。 After that you need to have also apache ANT. 之后你还需要apache ANT。 Here is a link. 这是一个链接。 A little bit old but could help you to know exactly what you have to do and a example project after you get tess-two compiled. 有点老了但是可以帮助你确切地知道你需要做什么以及你得到tess-two编译后的一个示例项目。 http://gaut.am/making-an-ocr-android-app-using-tesseract/ http://gaut.am/making-an-ocr-android-app-using-tesseract/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM