extract_images
Extract embedded images from PDF files as base64-encoded data. Retrieve figures, charts, or photos from any PDF page.
Instructions
Extract embedded images from a PDF as base64-encoded data, up to 10 per call. Use this when you need to retrieve figures, charts, or photos embedded in a PDF document. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | The document filename to extract images from | |
| page | No | Optional page number to extract images from. If omitted, extracts from all pages. |