As I asked in my previous question the problem I'm facing is that I have hundreds of images of handwritten notes. They were written from different people but they are in sequence so you know that for example person1
wrote img1.jpg
-> img100.jpg
. The style of handwriting varies a lot from person to person but there are parts of the notes which are always fixed (maybe that can help an algorithm).
I followed one user suggestion to use tesseract
but it couldn't recognize any of the text. The text is not in engligh but I did use the appropriate language data file.
My knowledge of ai
is limited but from searching and looking at some papers it looks like this could be done with a CNN
. Can someone guide as to what I should do from here? I'd like to go forward with the project but I also don't have a lot of time to learn about neural networks. How challenging is it to implement one that solves this task?