I have an image and am trying to separate the background image and text. For text I have used pytesseract and it gives me all the data. Now my aim is to translate this text and place it back on the image. For that I need the background image and the position of the text where I need to put the text back.
I need some help or pointers as I have been trying to use OpenCV for same but no luck yet.
Thanks -Megha