Philter User's Guide Help

Document Analysis

Philter analyzes received documents prior to redacting the document. This analysis is done to help Philter get a better understanding of the document. The results of the analysis are used to exclude certain document types from redaction and to improve Philter's redaction performance.

While not recommended, the automatic document analysis can be disabled in a policy. By default, document analysis is enabled.

An example policy with disabled document analysis is shown below.

{ "name": "email-and-phone-numbers", "config": { "analysis": { "enabled": false } }, "identifiers": { "emailAddress": { "emailAddressFilterStrategies": [ { "strategy": "REDACT", "redactionFormat": "{{{REDACTED-%t}}}" } ] } } }
Last modified: 08 November 2023