translate_powerpoint
Convert PowerPoint presentations into multiple languages while maintaining original formatting, using AWS Bedrock models for accurate translation and optional natural language polishing.
Instructions
Translate a PowerPoint presentation to the specified language.
Args: input_file: Path to the input PowerPoint file (.pptx) target_language: Target language code (e.g., 'ko', 'ja', 'es', 'fr', 'de') output_file: Path to save the translated file (optional, auto-generated if not provided) model_id: AWS Bedrock model ID to use for translation enable_polishing: Enable natural language polishing for more fluent translation
Returns: Success message with translation details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enable_polishing | No | ||
input_file | Yes | ||
model_id | No | us.anthropic.claude-3-7-sonnet-20250219-v1:0 | |
output_file | No | ||
target_language | No | ko |