Character recognition gesture

I use the Dio dictionary , a gesture function on the screen, to get the text to search enter image description here

A library that in Android can make this a function?

+4
source share
1 answer

I think you want something like a handwriting recognition library. It seems you want users to be able to write something on the screen when the application is on, and then you can convert it to text and use it. There are many existing questions that can help you find a handwriting recognition library. Cm.:

Handwriting recognition API for Android applications

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

You can also use the Tesseract library for handwriting recognition. Cm:

Tesseract Vocabulary Handwriting

I haven't used anything, so I'm not sure which one is better, but I hope these links help you.

+2
source

Source: https://habr.com/ru/post/1487677/


All Articles