render_pdf_pages
Render specific PDF pages as PNG images to visually inspect figures, tables, and layout. Optionally return only file paths.
Instructions
Render selected PDF pages to PNG and return them as images the model can see.
The result is [metadata_dict, image, image, ...]: the dict keeps pdf_path and
images (local PNG paths) for path-based clients, and the trailing image blocks
let a vision-capable model inspect figures, tables, and layout directly. Set
include_images=False to return only the paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | Yes | ||
| page_numbers | Yes | ||
| scale | No | ||
| include_images | No |