mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-08-01 07:40:43 -05:00
1.1 KiB
1.1 KiB
Using Presidio in a Python script
Description
Presidio service can be used as python packages inside python scripts
Table of contents
- Simple analysis and anonymization
- Developing new PII recognizers
- Remote Recognizer
- Azure Text Analytics Integration
- Anonymizing known values
- Redacting text PII from DICOM images
- Annotating PII in a PDF
- Custom Anonymizer with lambda expression
- Running Presidio on structured / semi-structured data in batch
- Getting the detected text value using a custom operator
- Creating a simple demo website
- Using Flair as an external PII model
- Using Transformers as an external PII model