This app would take in multiple images of a persons handwriting and then analyze those images (using AI software) in order to create a simulator that would then be able to output your personal handwriting as you type on a keyboard.
This branch adds the ability to use newlines. The input is broken up by \n characters. Once the lines are broken up each is handled for correction separately through the original process. Once all lines have been corrected they are vertically appended together.
This branch adds the ability to use newlines. The input is broken up by \n characters. Once the lines are broken up each is handled for correction separately through the original process. Once all lines have been corrected they are vertically appended together.