translate_specific_slides
Translate chosen slides in a PowerPoint presentation while preserving formatting. Specify slide numbers to translate only those pages, leaving the rest untouched.
Instructions
Translate specific slides in a PowerPoint presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| model_id | No | Amazon Bedrock Mantle model ID to use for translation | openai.gpt-5.6-terra |
| input_file | Yes | Path to the input PowerPoint file (.pptx) | |
| output_file | No | Path to save the translated file (optional, auto-generated if not provided) | |
| cache_backend | No | sqlite | |
| glossary_file | No | ||
| slide_numbers | Yes | Comma-separated slide numbers to translate (e.g., "1,3,5" or "2-4,7") | |
| slide_workers | No | Maximum parallel workers within this presentation | |
| source_language | No | ||
| target_language | No | Target language code (e.g., 'ko', 'ja', 'es', 'fr', 'de') | ja |
| enable_polishing | No | Enable natural language polishing for more fluent translation | |
| translate_charts | No | ||
| slides_per_worker | No | Number of slides assigned to each worker | |
| auto_detect_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |