Reputation: 23
So, I have been at this project for a while now but I just didn't manage to find anything useful to help in the aid of making this app. I am basically just trying to create an app where the user can write something and the app will recognize the handwriting and turn it into text, where there will be a text guesser guessing what the text will be just in case if the user had written it wrong.
Upvotes: 1
Views: 1319
Reputation: 5333
I would recommend checking Digital Ink Recognition from ML Kit, seems like it should resolve your problem: https://developers.google.com/ml-kit/vision/digital-ink-recognition
Upvotes: 2