Redact a Document

Redacts portions of a document based on specified rules.

Overview

This procedure redacts sensitive information from a document based on specified rules. It uses LLM analysis to identify content that matches the redaction criteria and creates a new document with the identified content blacked out or removed.

circle-exclamation

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

chevron-rightredact the document wherehashtag

What does it do?

Begins the document redaction process.

Where does it go?

This phrase should be written on a new line.

Is it required?

✅ Yes — This phrase is required.

Does it require data?

✅ Yes — A reference to the document must be previously defined in the automation.

chevron-rightthe rule is "redaction-rule"hashtag

What does it do?

Specifies the criteria for what content should be redacted.

Where does it go?

Indented under redact the document where.

Is it required?

✅ Yes — This phrase is required.

Does it require data?

✅ Yes — Replace redaction-rule with a text description of what to redact.

Example

the rule is "redact all social security numbers"

Examples

1. Redact Social Security Numbers

This example redacts all social security numbers from the document.

2. Redact Specific Transaction Types

This example redacts transactions except for specific vendors from the document.

3. Redact Personal Information

This example redacts names, addresses, and phone numbers from a document.

Last updated

Was this helpful?