Gesture character recognition

后端 未结 1 1253
情歌与酒
情歌与酒 2021-02-10 20:37

I use Dio dictionary, function gesture on screen get text to search \"enter
L

1条回答
  •  既然无缘
    2021-02-10 21:22

    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.

    0 讨论(0)
提交回复
热议问题