How to use Tesseract-android-Tools

有些话、适合烂在心里 提交于 2019-12-10 11:22:27

问题


I am having the tesseract-android-tools 1.00, please help me to use the interface TessBaseAPI.

I juss want to pass one .jpg image to an android application which is having some text as a part of image. then through this tesseract engine i want to extract those text into editable format..

please help to create this application in android...


回答1:


Did you ever search in the internet for a manual? There are a lot of hints. Recently someone wrote a small tutorial. Even it is for Ubuntu, but I think it gives you a clue how to proceed.

If not, your operating system is needed.

I tried compiling the tesseract-android-tools (tat) with Windows and Cygwin and failed. Some other succeeded. Then after I compiled the tat with the MAC OS and Terminal and succeeded, by using the NDK 5b.

So first have a closer look in the internet and then specify your question, so appropriate help can be posted.

Best wishes, Volker




回答2:


I recently used tess-two, which is a fork of tesseract android tools. Step-by-step tutorial on how to setup your development environment, and how to use the library with android, is provided at the readme section here - https://github.com/gorjanz/com-vodi-smetka.android



来源:https://stackoverflow.com/questions/6289183/how-to-use-tesseract-android-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!