Introduction paragraph for the manual editor test. Content editors paste from Word or Google Docs directly into this Tiptap editor.
| Tool | Languages | OCR | Layout preservation |
|---|---|---|---|
| Google Translate | 249 | No | Poor |
| DeepL | 100+ | Limited | Moderate |
| Doctranslate.io | 100+ | Yes | Strong |
# translate a PDF with the Doctranslate.io CLI
doctranslate.io translate \
--input report.pdf \
--source en \
--target vi \
--preserve-layout
Discussion
No comments yet