Training Tesseract on Android [closed]

假如想象 提交于 2019-12-23 21:03:52

问题


I am using the tess-two library for OCR recognition on Android . I want to create the training data on Android . I have followed this link and successfully created training data on linux system . How to do the same on Android using tess-two or any other library ?


回答1:


The tess-two library for Android uses the same Tesseract code and the same training data format as is run on plain Linux systems. You can just swap in your trained data files.




回答2:


You need to create a folder in the sd card of your phone where you are making the address at the program. After that using samsun kies or any other type of file manager for android you could upload the tessdata into this folder. The folder need to have the same address you specified in your code



来源:https://stackoverflow.com/questions/22192606/training-tesseract-on-android

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