Text segmenting, line segmentation, from line to words, from words to characters with Python & OpenCV
For a text image input, I need to break the text into segments using the OPENCV library
Let’s say the image has 4 lines of text, I need to write a function that breaks down and cuts the lines and creates 4 new images for each line respectively.