microsoft / presidio

Context aware, pluggable and customizable data protection and de-identification SDK for text and images
https://microsoft.github.io/presidio
MIT License
3.88k stars 578 forks source link

Presidio demo - Anonymize text as default option #79

Closed omri374 closed 5 years ago

omri374 commented 5 years ago

Describe the bug The demo currently starts when all detected fields are not anonymized. The user doesn't see any of presidio's functionality unless he or she changes the action from None to something else.

To Reproduce Start the demo

Expected behavior Processed text should have detected fields anonymized instead of ignored.

torosent commented 5 years ago

@omri374 Fixed with Replace option.

Thank you @Ilanak