I wanted to segment the characters from the background. So far I have been able to detect the image and generate bounding boxes around the image. (see image)
Some people also consider generating the bounding boxes around the text to be segmentation but what I'm looking forward is the segmentation of the characters from the background. (see image, the green part)
I would use this segmentation to remove the Korean text and replace it with its English translation.
Maybe you'd be thinking of using black / white color detection to make this segmentation but it won't necessarily be pure white at the background.
Some Other Examples:
Can you provide any leads to the problem at hand? My end goal is to superimpose the English text on the image such that it would look natural and not weird.
I am open to any suggestions and ideas, if you'd like to come up with a completely different out of the box solution to segment the image that would also be great. All I'm looking to forward to is replacing the korean text with it's English alternative.