Stone Kas
Stone Kas

Reputation: 19

what's the best way to translate texts in images png without altering anything else and I have tried ocr websites and the translation is no sense

this diagram for exemple

I tried Ocr websites,I tried converting it to pdf then word ,about to try with paint but its going to take me a shitload of time so I am only trying to translate the text on the image and nothing else has to change from the design

Upvotes: -1

Views: 46

Answers (1)

K J
K J

Reputation: 11876

When a PDF has an image with text. What you see on the surface is pixels and the text is in effect invisible plain text overlay, without any tabs or other positional info. EXCEPT, where the line starts and its voids in offset space values to next character.

Thus If we presume the source is say "True Blue English" as enforced here, then any "Red" translation cannot be expected to be aligned except by its first character.

So the obvious problem is the pixels are English, whilst the "Read Aloud" audio text is all Greek to me but will be audio garbage to any Greek reader.

enter image description here

If you try to use Words own OCR direct the "Problems" are different but the results are often just as poor. The word by word translator cannot understand many odd human concepts such as concatenation.

enter image description here

enter image description here

enter image description here

In summary the Translation must be done BEFORE convert to PNG or PDF or DOCX.

Upvotes: 1

Related Questions