batch_anonymize
Anonymize multiple texts simultaneously to protect Personally Identifiable Information (PII) using Microsoft Presidio's detection capabilities.
Instructions
Anonymize multiple texts in batch.
Args:
texts: List of texts to anonymize
language: Language code (default: "en")
operator: Anonymization operator (default: "replace")
entities: List of entity types to anonymize (default: all)
score_threshold: Minimum confidence score (default: 0.0)
Returns:
JSON string with anonymized results for each text
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes | ||
| language | No | en | |
| operator | No | replace | |
| entities | No | ||
| score_threshold | No |