-
Every person around the world has a first and last name. However, not every person has a middle name or initial. A person's name is classified as sensitive and needs to be protected as Personal Identi…
-
Hello,
I cannot find how to specify the device to run on and the dtype of the model to use.
Is there a way to configure this?
Thanks
-
Hello,
I've noticed that Presidio processes identified PII in [reverse](https://github.com/microsoft/presidio/blob/a6e253d0e7846c761144aa172844ddd6016a3970/presidio-anonymizer/presidio_anonymizer/c…
-
**Describe the bug**
`test data 630-596-1111`
redacts ok to give back `test data`
but `test data630-596-1111`
does not redact the phone number.
**To Reproduce**
```
text_to_anonym…
-
**Describe the bug**
The `RecognizerRegistry` class uses the root logger via `logging.info`:
https://github.com/microsoft/presidio/blob/master/presidio-analyzer/presidio_analyzer/recognizer_registry…
-
**Describe the bug**
`test data 630-596-1111`
redacts ok to give back `test data`
but `test data630-596-1111`
does not redact the phone number.
**To Reproduce**
```
try:
nlp …
-
The Spacy language model is downloaded dynamically for PII classification. In our kubernetes setup, this required a network policy to allow access to a long list of GitHub IP addresses. We would stron…
-
### Bug Report
Within /preview/securityinsight/mgmt/2019-01-01-preview/securityinsight/enums.go
The following defines the allowed values for the grouping entity types. The API does accept these…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
Create a py file with the code:
```
from presidio_image_redactor im…
-
- [ ] Presidio's [batch analyzer](https://microsoft.github.io/presidio/samples/python/batch_processing/) doesn't support objects within lists. For example, Istio's bookinfo app involves requests with …