Open uvindub opened 1 year ago
Optical character recognition is a challenging problem and the code was written with the aim of playing around with simple techniques rather than being a top-of-the-range classifier. At a guess I'd say the lower characters are being separated into different boxes because of the slight white space between them after thresholding. Several ways to overcome this could include:
I hope this answers your question and that with some experimentation you are able to improve the performance of your classifier!
I got separate bounding boxes for parts of same character how can i overcome this issue