redact_images_in_pdf
Redact all images in selected pages of a loaded PDF document to hide sensitive visual content.
Instructions
Redact all images in specified pages of a loaded PDF document.
The document must be loaded first using load_pdf. Modifications are made in-memory. Use save_pdf to write the changes to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fill_color | No | RGB color for redaction box (0-1 range). Default is black (0,0,0) | |
| document_id | Yes | Identifier of the loaded document | |
| overlay_text | No | Text to display over redacted images | [IMAGE REDACTED] |
| page_numbers | No | List of page numbers to process (0-indexed). If None, processes all pages |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |