As shown below:
Like this picture
After extracting text from image (that i know), I want to get the position of each word in the Tesseract And then:
First: Draw a blue rectangle around each letter (exp: "t h e" or "q u i c k")
Second: Draw a red rectangle around each word (exp: "the" or "quick"
Also, how can I get the position of rows and columns word in the picture? I need it to add a 3D object to every word.
I use EmguCV in c#
Please help me how i do this.