Closed Cherchercher closed 4 years ago
Hi @Cherchercher. Overlaps make sense as we are running multiple recognizers independently.
Some things to consider in this case:
The demo (and Presidio itself) do not handle overlaps as such logic should be owned by the application and not by the engine, to keep it as generic as possible.
I have a lot of customed PII that I want to add. I am running into a lot of issue where numbers result in overlapping classification.
For example, 1234567890 9844412312312323 at https://presidio-demo.azurewebsites.net results inUMBER>.
I am very curious in learning about how this scenario occurs to best resolve the issue.