get_slide_text
Extract text content from PowerPoint slides by shape for analysis or processing. Specify presentation and slide IDs to retrieve organized text data.
Instructions
Get all text content in a slide.
Args:
presentation_id: ID of the presentation
slide_id: ID of the slide (integer)
Returns:
Dictionary containing text content organized by shape
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | ||
| slide_id | Yes |