Use OpenCV in python to detect text blocks and then crop them to save as separate images
How can I use OpenCV in python to detect all the 6 text blocks(not the text) in this image individually and then crop them out?
what have you tried, so far ?