docs(marketing): instructions pour l'agent Hermes et mise en conformite des textes de lancement (DeepL retire, 6 moteurs, 107 langues)
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
>
|
||||
> - **In-place translation** for .xlsx / .docx / .pptx / .pdf. The pipeline parses the native structure (cells + merges + formulas, paragraph runs + styles, slide XML + shapes), extracts only translatable content, translates it, and writes it back into the *same* structure. Output looks like it was authored in the target language.
|
||||
> - **Scanned PDFs work too**: image-only pages are recovered with OCR (Mistral) before translation — most competitors (DeepL, Azure) reject those outright.
|
||||
> - **7 engines, user's choice per document**: Google (free), DeepL, Google Cloud, OpenRouter LLMs in two tiers (DeepSeek / Gemini / Claude), OpenAI, and Grok (xAI). Cheap engine for drafts, premium LLM for client deliverables.
|
||||
> - **6 engines, user's choice per document**: Google (free), Google Cloud, OpenRouter LLMs in two tiers (DeepSeek / Gemini / Claude), OpenAI, and Grok (xAI). Cheap engine for drafts, premium LLM for client deliverables.
|
||||
> - **Custom glossaries** to lock technical/legal/medical terminology across documents.
|
||||
> - **Vision translation** for text inside images (paid plans).
|
||||
> - **Privacy**: uploads deleted after 30 min, results auto-deleted within 2 hours, zero data retention, content never used for training.
|
||||
> - **Privacy**: uploads deleted after 30 min, results auto-deleted within 2 hours — no long-term retention — and content never used for training.
|
||||
> - **API** on the Business plan (10k calls/mo) — the web workflow is fully mirrored: submit file, poll job, download.
|
||||
>
|
||||
> Stack: FastAPI (Python 3.11), openpyxl / python-docx / python-pptx, PyMuPDF, Postgres + Redis, Stripe, Docker, Next.js 15 frontend.
|
||||
|
||||
Reference in New Issue
Block a user