-
**Describe the bug**
In spacy_nlp_engine.py, it only imports spacy but calls `spacy.cli.download`: https://github.com/microsoft/presidio/blob/a21a17c2cbcb212b36489c1e8d73118b28ff8ff9/presidio-analyzer…
-
### The Feature
```
from presidio_analyzer import AnalyzerEngine, PatternRecognizer
# Initialize the Analyzer Engine
analyzer = AnalyzerEngine()
# List of PII categories you want to detect
p…
-
Hello!
Is it possible to replace the base NER model that the tool uses in the identifying phase?
I want to try it with a new model trained on my data.
Thank you very much!
-
Inconsistently, but often enough to notice, chunks of a sentence will be flagged as a URL when they are not.
Example:
```py
from guardrails import Guard
from guardrails.hub import CompetitorChec…
-
### Problem
Protecting PII in one of the important obligation of financial institutions.
A robust PII detection mechanism will give financial institutions and developers the requited confidence whil…
-
**Describe the bug**
Would you also build containers for arm64/v8 to support Apple M1? Thanks!
**To Reproduce**
Steps to reproduce the behavior:
1. Get a M1 or ARM64 machine
2. `docker pull …
-
Hi all,
Opening this out of curiosity regarding newer Python version support for MS Presidio. Python 3.13.0 is now the latest stable, and the Presidio docs still list 3.11 as the last version fully …
-
ID:15
# DATE_TIME
In the anonymized output we received:
The coverage date was changed from ##-## to the correct ####-##-##
Anonymized: The coverage date was changed from ##-## to the correct
…
-
**Describe the bug**
The notebook https://github.com/microsoft/presidio/blob/main/docs/samples/python/example_dicom_redactor_evaluation.ipynb
generates an error and does not provide the evaluation r…
-
Hi,
I think there is a problem with operator_name function in ReplaceInHebrew and similar classes which inherit from presidio Operator. I cloned the git repo and work from it locally.
`File "/data…