Aparavi DTC icon

Aparavi DTC

Complete Aparavi DTC platform with OCR, parsing, transcription, PII censoring, and custom pipelines

Overview

This node integrates with the Aparavi DTC platform to perform various data processing operations including OCR, document parsing, audio transcription, audio summarization, and anonymization of Personally Identifiable Information (PII). Specifically, the 'Anonymize PII' operation detects and anonymizes PII in provided text data, helping users protect sensitive information in compliance with privacy regulations. This node is useful in scenarios where automated PII detection and anonymization are required, such as data privacy compliance, document redaction, and secure data handling workflows.

Use Case Examples

  1. Automatically anonymize PII in customer feedback text before storing it in a database.
  2. Process text data from support tickets to redact sensitive information before analysis.
  3. Integrate with document processing workflows to anonymize PII in extracted text data.

Properties

Name Meaning
File Path Full path to the file to process when input type is 'file'.
Binary Property Name of the binary property containing the file to process when input type is 'binary'.
Text Data Text data to process when input type is 'text'.
Options Additional options for the operation including custom API base URL, timeout in seconds, and retry attempts on failure.

Output

JSON

  • json - The JSON output contains the result of the anonymization operation, including anonymized text and related metadata returned by the Aparavi API.

Dependencies

  • Requires an Aparavi API key credential for authentication to the Aparavi DTC platform.

Troubleshooting

  • Ensure that the Aparavi API credentials are correctly configured; missing or invalid API keys will cause authentication errors.
  • For the 'Anonymize PII' operation, the input type must be 'text'; providing file or binary input will result in an error.
  • Network connection issues or API endpoint unavailability may cause connection errors; the node retries failed connections based on configured retry attempts.
  • Invalid JSON format in custom pipeline configurations will cause parsing errors.

Links

  • Aparavi Official Website - Official website for Aparavi, the platform providing the data processing services used by this node.

Discussion