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
Follow the installation guide in the n8n community nodes documentation.
- Anonymize: Anonymize or pseudonymize an input text.
You need an api key to use this node. You can get one by registering at Doccape.
This node was developed and tested using n8n version 1.81.4. It has not been tested with other versions.
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.