Translation that scales · Lesson 2

A document is not a wall of text.

Translating a paragraph is a language problem. Translating a board pack is a document engineering problem: hidden text surfaces, layouts that must absorb longer or shorter text, images with words baked in, PDFs that are really printouts, and pages that flip direction entirely.

Paste a paragraph into a translation box and you get a translated paragraph back. Simple. Now try the same with a 40-slide board pack: the text lives in titles, tables, speaker notes, SmartArt diagrams, and a chart legend, the slides are laid out right to left, and two images contain text baked into the pixels. Suddenly "translate this" is not a language problem. It is a document engineering problem wearing a language problem as a hat.

This lesson is about why documents are harder than text, because understanding the failure modes is the difference between a translated copy you can send to the board and an evening of manual cleanup.

Structure: text does not live where you think it lives

A Word file is not a wall of text. Internally it is a tree of paragraphs, and each paragraph is split into runs: fragments that share the same formatting. Bold one word in a sentence and that sentence becomes three runs. A naive tool that translates run by run feeds the model sentence fragments, and as lesson one explained, fragments without context translate badly. A good pipeline reassembles runs into sentences, translates the sentence, then maps the formatting back onto the translated words, deciding which word in the Arabic output deserves the bold that one English word carried.

Then there is everything that is not body text: tables (where each cell is its own little document), text boxes floating over the page, headers and footers, footnotes, slide speaker notes, and SmartArt, where text lives inside drawing objects several layers deep. Each surface has to be found, translated in context, and written back to exactly the same place. Miss one and the translated document ships with a stray English footer nobody noticed until the client did.

The test of a document translator is not the paragraphs. It is the fourth-level SmartArt node, the table header, and the footer on page 38. Coverage is the feature.

Length: translated text is a different size

Languages do not occupy the same space. Going from Arabic to English, text typically expands by roughly 20 to 40 percent; the compact Arabic root system packs meaning into fewer, shorter words than English needs. German famously expands from English; Chinese contracts dramatically. The layout you carefully designed for one language is now holding a different volume of text.

The consequences are mundane and infuriating: headlines wrap onto a second line and push everything down, table cells overflow, text boxes clip their last line invisibly, a slide that held five bullets now holds four and a half. A translation pipeline that ignores this hands you a document where every page needs manual nudging. One that handles it adjusts sizing and flow so the translated copy remains a finished document, not a repair project.

Why 20 to 40 percent matters

Take a PowerPoint title box sized snugly around four Arabic words. The English translation needs seven words and a third more horizontal space. Multiply that by every title, label, and table cell across 40 slides, and "just translate the text" becomes a day of layout work if the tool does not do it for you.

Images: text with no text in it

Organizations love putting text inside images: scanned stamps, infographics, a chart exported as PNG, a screenshot of a table pasted into a report. To a translation pipeline, an image contains no text at all, just pixels. Handling it takes three steps: OCR to read the words out of the pixels, translation, and then rendering the translated text back into the image, masking the original so the result looks like the picture was made in the target language in the first place. Skipping the third step gives you the common half-measure: a translated document with stubbornly untranslated pictures in it.

PDFs: printouts pretending to be documents

A PDF deserves its own paragraph of respect and suspicion. PDF is a print format. It does not store paragraphs, or even reliably store words; it stores instructions like "place these glyphs at these coordinates." Reading order, paragraph boundaries, table structure: all of it has to be reconstructed by the tool, essentially reverse-engineering the document from its printout. Two-column layouts, pull quotes, and tables make this genuinely hard, and scanned PDFs add OCR on top. When a translated PDF comes back looking right, an enormous amount of reconstruction happened quietly on your behalf.

Direction: when the whole page flips

Arabic to English is not just a language change, it is a direction change. Right-to-left layouts mirror: what was right-aligned becomes left-aligned, sidebars swap sides, table columns reverse order, and in presentations the shapes themselves sit in mirrored positions. A pipeline that translates the words but leaves an RTL skeleton produces documents that feel subtly wrong to every native reader of the target language, even if they cannot say why. Lesson five digs into direction and Arabic typography properly; for now, know that direction is a document-level property, not a font setting.

What this means in practice

When you evaluate any document translation tool, ignore the demo paragraph. Feed it your ugliest real file: the PPTX with SmartArt and speaker notes, the PDF with two columns and a scanned annex, the DOCX where legal bolded every third defined term. Then check the four failure points in order: did every text surface get translated, did the layout survive the length change, did images with text get re-rendered, and did the direction flip cleanly?

This whole problem class is what TranslateX treats as the core product: one-click document translation that produces a translated copy next to the original with fonts, tables, spacing, and slide structure preserved, and layout preservation doing the reconstruction work described above, including re-rendered images and mirrored PPTX shape positions when direction flips. The next lesson moves from the container to the words: keeping terminology consistent across thousands of segments.

The goal

A translated copy, not a rebuild job.

The Al Dana Holdings board pack goes in as a right-to-left Arabic deck and comes out as a left-to-right English one: same charts, same table, same visual structure, mirrored where direction demands it. The measure of success is how little anyone has to touch afterwards.

  • Every text surface translated: titles, tables, notes, embedded objects
  • Sizing and flow adjusted for the 20 to 40 percent length change
  • Layout mirrored, not just words swapped, when direction flips
Board Pack Q3.pptxOriginalAR

ملخص أداء الربع الثالث

Board Pack Q3 (EN).pptxTranslated copyEN

Q3 performance summary

Coverage

Where documents hide their text.

Most translation failures are not mistranslations, they are misses: a surface the tool never found. This is the checklist to run against any tool, with your own worst file.

Where text hidesWhy plain extraction breaks it
Runs inside a paragraphBold and plain fragments split one sentence into piecesFormatting
Tables and text boxesReading order is not storage orderStructure
Headers, footers, notesEasy to miss entirelyCoverage
SmartArt and chartsText lives inside drawing objectsEmbedded
Images with textNo text at all until OCR reads the pixelsOCR

A document is a container of many text surfaces. Translating 'the text' means finding all of them and putting each translation back where it came from.

Frequently asked questions

Why is translating a document harder than translating text?

Because the text hides in dozens of surfaces (runs, tables, text boxes, headers, SmartArt, speaker notes, images), the translated text is a different length than the original, and the layout may need to mirror when direction changes. Each translation must also go back exactly where it came from, with formatting intact.

How much does text grow or shrink in translation?

It varies by pair. Arabic to English typically expands around 20 to 40 percent, English to German grows too, and Chinese contracts sharply. Any layout designed snugly for one language will overflow or look sparse in another unless the tool adjusts sizing and flow.

Why are PDFs especially difficult to translate?

PDF is a print format: it stores positioned glyphs, not paragraphs or tables. A translator has to reconstruct reading order, paragraph boundaries, and table structure from coordinates, essentially reverse-engineering the document from its printout, and scanned PDFs add OCR on top of that.

What happens to images that contain text?

Pixels carry no text, so the pipeline must OCR the image, translate the recognized words, then re-render the image with the original text masked and the translation drawn in its place. Tools that skip the re-rendering step return documents with untranslated pictures inside them.

Translate the document. Keep the design.

Right-click a file, work inside Office, or press F6 on anything on screen. TranslateX returns the same document in the other language: fonts, tables, and layout intact, terminology on brand.

Arabic, English & more · Layout preserved · On-premises available