document-translator

Translate OCR text and document summaries between languages.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill document-translator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-translator
Source: https://github.com/47network/Sven/tree/main/skills/ocr/document-translator
Command: npx skills add https://github.com/47network/Sven --skill document-translator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate OCR text and document summaries between languages.

Core Features & Use Cases

  • Translate OCR outputs and document summaries to target languages in one step.
  • Leverage model-router for optimal translation model selection across GLM-OCR languages.
  • Use cases include multilingual archives, cross-language reviews, and localization of document content.

Quick Start

Translate an English document summary to Spanish using the translate_summary action with target_language es and provide the content to translate.

Frequently Asked Questions about document-translator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate OCR text from a document into another language?

The Skill translates OCR text by leveraging the model-router to select an optimal translation model for the detected language. You provide the extracted content and specify the target language to receive the translated output.

What is the best way to handle multilingual documents produced by OCR?

The best way to handle multilingual OCR documents is using a workflow that detects the source language and then translates the summaries. This Skill supports archiving, localization, and compliance reviews by handling all GLM-OCR detected languages.

Can I detect the language of an OCR summary before translating it?

Yes, you can detect the language of an OCR summary using the detect_language action. This identifies the source language before you apply the translate_summary action for cross-language reviews or localization.

Does the model-router automatically select the translation model for different languages?

Yes, the model-router automatically selects the optimal translation model for different languages. It handles all GLM-OCR detected languages to ensure accurate translation of your document summaries and OCR text.

What are the limitations of translating OCR text across multiple languages?

A key limitation is that translation accuracy depends on the quality of the initial OCR extraction. The Skill relies on GLM-OCR detected languages and the model-router, so it is specifically designed for OCR text and document summaries rather than general text.