I'm creating a project where I have to detect text regions in an image and localize text lines. This I have not yet implemented, in this project after the initial image pre-processing I will generate an edge map and then use CCL (two-pass algorithm) to localize text lines.
My question is after the edge detection part all edges including those that are not text will be detected, so how do I filter out the non-text regions? Please, help this is the first time I had to make something like this.
Excuse my English.