Detect and mask sensitive information in your application
john.doe@example.com
→ fank.fzr@hgbcfxa.zrl
<ENTITY_TYPE_hash>
John Doe
→ <PERSON_6cea57c2>
555-123-4567
→ <PHONE_NUMBER_2dcbf551>
<ENTITY_TYPE_hash>
John Doe
→ <PERSON_6cea57c2>
555-123-4567
→ <PHONE_NUMBER_2dcbf551>
PresidioPIIDetector
supports custom NLP models through the nlp_configuration
parameter, allowing you to use specialized models for improved PII detection accuracy. You can configure custom spaCy, Stanza, or transformers models: