How to iteratively, manually label unicode text in python

63 views Asked by At

I want to label unicode handwriting characters in python/opencv. I have a segmented text image which I want to label iteratively by looking at images visually and labeling them manually to use these as training set.

Can you tell me how I can match a handwritten character with unicode character in python? For instance, a list of handwritten characters with matching unicode label.

0

There are 0 answers