I'm using pytesseract to recognize text from an image, is there anyway i can detect/recognize the biggest word in that image
In the image above, i'm trying to detect/recognize "Atacand Plus" which is the biggest words in the whole image in size. I tried to apply filters like sharppen, smooth, and Max filter and repeated them many times between 5-10 times depends on the picture, to remove the smaller words, but is there any other way to do it?
Thanks, Reagards