Skip to content

Files

Latest commit

author
scitlab
Apr 3, 2025
845f52b · Apr 3, 2025

History

History
41 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.65 KB

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