Handwriting OCR in Python
I'm working on a project that requires handwriting recognition (sending texts by writing them), and I've been exploring off-the-shelf options to recognize my own writing. Let's take a look at the contenders: EasyORCEasyOCR doesn't seem to be targeted at handwriting, so I wasn't expecting this to do particularly well. It…