philterd / phileas

The open source PII and PHI redaction engine
https://www.philterd.ai
Apache License 2.0
24 stars 5 forks source link

Incorporate ph-eye as a replacement for the `PersonsV1` filter #144

Closed jzonthemtn closed 1 month ago

jzonthemtn commented 1 month ago

Incorporate ph-eye as a replacement for the PersonsV1 filter.

jzonthemtn commented 1 month ago

The endpoint and its parameters are now configurable on the filter itself, meaning each filter can have its own endpoint:

    "person": {
      "phEyeConfiguration": {
        "endpoint": "http://localhost:5000"
      },
      "personFilterStrategies": [{
        "strategy": "REDACT",
        "redactionFormat": "{{{REDACTED-%t}}}"
      }]
    },