JamesSG2 / Handwriting-Conversion-Application

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.
7 stars 0 forks source link

Feature newline #28

Closed rover-t closed 3 years ago

rover-t commented 3 years ago

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.

rover-t commented 3 years ago

Okay, I'll leave that other stuff for the GUI, and if we need to later I'll add some protection for if the user tries to end with a newline.