Files
presidio/docs/samples/python/index.md
2021-07-14 12:17:35 +03:00

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)