I am trying to recognize handwritten text(capital letters and alphanumeric) and print it.
I have used the code mentioned in this link. handwriiten word recognition
I am also able to get different alphabets seperately in bounding boxes and it gives such results.
I have two issues-
1 - I want to print out the text inside the bounding boxes
2- while writting continuously it considers the whole word as shown in the
output in github link but here it considers alphabets only.
here is the output for small letters continuous writting
can anyone provide me direction as to how I can do that with capital
letters and also how to print the text inside bounding boxes with good
accuracy so that it works good for capital letters alphanumeric.
Please anyone who could guide me regarding this and tell about how to do this.
Any help on handwritting recognition and text .