eclipse Android Studio 上的 Android Tesseract OCR

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28136882/
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-09-19 22:21:58  来源:igfitidea点击:

Android Tesseract OCR on Android Studio

androideclipseandroid-studioocrtesseract

提问by Adrian

For a while I have been trying to include teseract in my android app on Android Studio (using thistutorial). Since it did not work after many trys (missing allheaders.h) I contacted the creators (blog Gautam Gupta and OCR Robert Theis)they told me to try it on eclipse. Since I am not very found of Eclipse (having various problems) I am wondering, if somebody used Android Studio to make an OCR with tess-two. If so can you maybe write a short instruction?

一段时间以来,我一直试图在我的 Android Studio 上的 android 应用程序中包含 teseract(使用教程)。由于多次尝试后它不起作用(缺少 allheaders.h),我联系了创作者(博客 Gautam Gupta 和 OCR Robert Theis),他们告诉我在 eclipse 上尝试。由于我不太了解 Eclipse(有各种问题),我想知道是否有人使用 Android Studio 使用 tess-two 制作 OCR。如果是这样,你可以写一个简短的说明吗?

I am running Mac OS X, if it helps. Eclipse can't compile its own Hello World Android App (already looked for solutions but didn't work for me), tess-two library shows no problems. I will try and update Eclipse but I still prefer Android Studio (already built a few projects there).

如果有帮助,我正在运行 Mac OS X。Eclipse 无法编译自己的 Hello World Android 应用程序(已经寻找解决方案但对我不起作用),tess-two 库显示没有问题。我会尝试更新 Eclipse,但我仍然更喜欢 Android Studio(已经在那里构建了一些项目)。

回答by Adrian

I think I found a good answer myself: tesseract on Android Studio

我想我自己找到了一个很好的答案: Android Studio 上的 tesseract