render_crop
Render a specified region of a PDF page as a local PNG image for evidence extraction. Provide document ID, page, and coordinates to generate a cropped image file.
Instructions
Render one PDF evidence rectangle to a local PNG artifact.
Coordinates use PDF points (72 points per inch). This tool returns a path and metadata, never the image bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x0 | Yes | ||
| x1 | Yes | ||
| y0 | Yes | ||
| y1 | Yes | ||
| dpi | No | ||
| page | Yes | ||
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||