extract_text_inventory
Extract structured text content from PowerPoint presentations to analyze layout, formatting, and identify text issues before making modifications.
Instructions
Extract structured text content from a PowerPoint presentation. Returns JSON with all text shapes, their positions, and formatting details. Useful for understanding presentation structure before making replacements.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pptx_path | Yes | Path to the PowerPoint file (.pptx) | |
| output_path | No | Optional: Path to save the inventory JSON file | |
| issues_only | No | If true, only include shapes with overflow or overlap issues |