Adapting to users handwriting
- Perhaps you could request the user to write all the alphabets in a blank sheet of paper
- separately parse it with OCR
- substitute that against the pre defined images of each letter.
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.76. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@harshil15999 that is part of the roadmap, as you can see in the README. The OCR based approach will give us a deterministic single output image for each letter, and that will have to be extended to multiple image instances of that letter so that the output can be randomized. To automate this process, we can use a machine learning model. Feel free to contribute if you'd like, that'll speed things up a lot. And feel free to leave any questions you might have if you do!