How to draw bounding box around symbols in binery image?

230 Views Asked by At

I have an binary image as shown below:

binarized image

Now I want to draw bounding box around each character. The best I could do using opencv contours is shown below but it is not that much accurate.

Image with bounding box using contours

as you can see this is a pure clutter? Apart from drawing contours do we have any other better option to draw the bouding box around each symbol in this picture. The target is to draw bounding box around each symbol. Date, name, age and other information can be ignored

0

There are 0 best solutions below