this post was submitted on 12 Jul 2023
12 points (100.0% liked)

Free and Open Source Software

17768 readers
50 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hi! I'm looking for a FOSS app or software that can recognize text based on a photo of my handwriting.

Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] Dankenstein@beehaw.org 3 points 1 year ago

The term you might want to look for is "Optical Character Recognition" (OCR for short) and there are many programming libraries that you can use for languages like JavaScript (NodeJS) and Python.

Not sure of any complete software packages though.