I can already draw on the screen using DrawingView
, as I show in the example:
I would like to know if there is any library to identify the drawing and check if it is a character, and if possible give a percentage of similarity.
Basically, what I want is:
Draw one
A
identify this letter in the code, and say how much% of similarity to the letter the drawing has.Do you know of any library that does something similar? If you've ever done anything like it, can you give me a light? I Googleed a lot, but I did not get to something that guided me ...