HandWriter icon indicating copy to clipboard operation
HandWriter copied to clipboard

Adapting to users handwriting

Open harshil15999 opened this issue 5 years ago • 2 comments

  1. Perhaps you could request the user to write all the alphabets in a blank sheet of paper
  2. separately parse it with OCR
  3. substitute that against the pre defined images of each letter.

harshil15999 avatar Jul 06 '20 14:07 harshil15999

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.

issue-label-bot[bot] avatar Jul 06 '20 14:07 issue-label-bot[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!

SaurusXI avatar Jul 08 '20 07:07 SaurusXI