Skip to content

feat: Allow for deterministic substituting of PII detected entities #185

Description

@hkumar92

Priority Level

Medium (Nice to have)

Is your feature request related to a problem?

When running Anonymizer against documents, we need context preserving and deterministic replacement for detected PII across multiple runs. This is required for various downstream use cases

Describe the solution you'd like

When running Anonymizer against documents, would like the library to replace the detected PII deterministically across runs so:

Run 1:
"Sandy went to New York and there Sandy ate pizza" -> "Alice went to Los Angeles and there Alice ate pizza"

Run 2:
"Sandy went to New York and there Sandy ate pizza" -> "Alice went to Los Angeles and there Alice ate pizza"

Describe alternatives you've considered

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions