pdf_pages_to_images
Render PDF pages to PNG or JPEG images to view drawing-heavy content that text extractors cannot handle.
Instructions
Render PDF pages to PNG/JPEG files (up to 20 pages per call,
dpi 30–400) in out_dir — default derived/ beside the source,
never on top of it (charter). The rendered pages are ordinary
images: open them in the workspace, or read them with fs.read to
LOOK at a drawing-heavy page the text extractor can't serve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dpi | No | ||
| path | Yes | ||
| pages | No | 1-5 | |
| out_dir | No | ||
| image_format | No | png |