Python GUI Application that recognizes cursive writing
- Recognition : Recognizes lower-case cursive alphabets and numbers using single-stroke gestures
- User customization : Users can add their own set of gestures (and can save them for later)
- Copy to Clipboard : Recognized letters can be copied to clipboard
NOTE: You can keep recognizing letters/digits one-by-one without clearing the canvas.
The interface will append each gesture for you
Uses the approach explained here.