doccape

n8n node to redact (pseudonymize or anonymize) PII in text using the Doccape API

Package Information

Released: 4/3/2025
Downloads: 3 weekly / 12 monthly
Latest Version: 0.1.2
Author: Scitlab

Documentation

n8n-nodes-doccape

This is an n8n community node. It lets you use Doccape in your n8n workflows.

Doccape is an anonymization and pseudonymization solution for various file formats. It is a product of Scitlab.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Anonymize: Anonymize or pseudonymize an input text.

Credentials

You need an api key to use this node. You can get one by registering at Doccape.

Compatibility

This node was developed and tested using n8n version 1.81.4. It has not been tested with other versions.

Usage

This node anonymizes or pseudonymizes an input text. You must set the text attribute in the node's settings to the source of the text you want to anonymize. The node will then output the anonymized text.
Additionally, with the usePseudonyms configuration you can set the mode to either anonymize or pseudonymize. The default mode is pseudonymize.
With the textLabels configuration you can set the types of PII that are detected. For a list of supported types, see the Doccape Api documentation.

Resources

Discussion