redact_pdf
Redact exact text values in PDFs and rasterize pages so sensitive information cannot be recovered.
Instructions
Permanently redact exact text values and rasterize pages so the source text cannot be recovered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dpi | No | Output DPI from 72 to 300 (default 144) | |
| file | Yes | Absolute path to the PDF file | |
| terms | Yes | Exact words, phrases, or values to redact | |
| output_name | No | Output file path (defaults to same dir with suffix) | |
| case_sensitive | No | Use case-sensitive matching (default false) |