verify_redactions
Compare original and redacted PDFs to confirm redactions are correct, optionally checking that specified strings no longer appear.
Instructions
Verify that redactions were applied correctly by comparing two loaded PDF documents.
Both documents must be loaded first using load_pdf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_strings | No | Optional list of strings that should no longer appear in redacted PDF | |
| original_document_id | Yes | Identifier of the original document | |
| redacted_document_id | Yes | Identifier of the redacted document |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |