mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-08-06 02:00:44 -05:00
16 lines
732 B
Markdown
16 lines
732 B
Markdown
# Using Presidio in a Python script
|
|
|
|
## Description
|
|
|
|
Presidio service can be used as python packages inside python scripts
|
|
|
|
## Table of contents
|
|
|
|
1. [Simple analysis and anonymization](presidio_notebook.ipynb)
|
|
2. [Developing new PII recognizers](customizing_presidio_analyzer.ipynb)
|
|
3. [Remote Recognizer](https://github.com/microsoft/presidio/blob/main/docs/samples/python/example_remote_recognizer.py)
|
|
4. [Azure Text Analytics Integration](text_analytics/index.md)
|
|
5. [Custom Anonymizer with lambda expression](example_custom_lambda_anonymizer.py)
|
|
6. [Running Presidio on structured / semi-structured data in batch](batch_processing.ipynb)
|
|
7. [Getting the detected text value using a custom operator](getting_entity_values.ipynb)
|