Gesture character recognition

安稳与你 提交于 2019-12-04 13:17:38

问题


I use Dio dictionary, function gesture on screen get text to search


Library that in Android can make to be the function of this?

回答1:


I think you want something like a handwriting recognition library. It seems you want to enable the users to write something on the screen ,when app is ON and then you can convert it to text and use it. There are many existing questions which might help you find a handwriting recognition library. See:

Handwriting recognition API's for android applications

https://stackoverflow.com/questions/768664/recommendations-for-handwriting-recognition-libraries-packages-in-java

You can also use Tesseract library to recognize handwriting. See:

Tesseract handwriting with dictionary training

I haven't used any so I am not sure which one is the best but I hope that these links help you.



来源:https://stackoverflow.com/questions/17257714/gesture-character-recognition

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