菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-11
📄 Abstract - BabelDOC: Better Layout-Preserving PDF Translation via Intermediate Representation

As global cross-lingual communication intensifies, language barriers in visually rich documents such as PDFs remain a practical bottleneck. Existing document translation pipelines face a tension between linguistic processing and layout preservation: text-oriented Computer-Assisted Translation (CAT) systems often discard structural metadata, while document parsers focus on extraction and do not support faithful re-rendering after translation. We introduce BabelDOC, an Intermediate Representation (IR)-based framework for layout-preserving PDF translation. BabelDOC decouples visual layout metadata from semantic content, enabling document-level translation operations such as terminology extraction, cross-page context handling, glossary-constrained generation, and formula placeholdering. The translated content is then re-anchored to the original layout through an adaptive typesetting engine. Experiments on a curated 200-page benchmark, together with human evaluation and multimodal LLM-as-a-judge evaluation, show that BabelDOC improves layout fidelity, visual aesthetics, and terminology consistency over representative baselines, while maintaining competitive translation precision. The open-source toolkit and its interactive downstream applications are publicly available and have attracted over 8.4K GitHub stars and 17 contributors at the time of writing. A demonstration video is also available.

顶级标签: llm natural language processing systems
详细标签: document translation layout preservation pdf translation intermediate representation benchmark 或 搜索:

BabelDOC:通过中间表示实现更优的保版式PDF翻译 / BabelDOC: Better Layout-Preserving PDF Translation via Intermediate Representation


1️⃣ 一句话总结

BabelDOC提出了一种基于中间表示的新方法,能够将PDF中的文字内容与排版样式分离,翻译后自动还原成原版式,从而在保证翻译质量的同时,显著提升多页文档的排版一致性、术语准确性和视觉美观度。

源自 arXiv: 2605.10845