mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
* Allow per-recognizer analyzer tuning from YAML * Keep boolean flags from slipping into threshold config * Keep analyzer docs aligned with the new threshold contract * Keep direct threshold config aligned with YAML validation * Preserve lenient recognizers when duplicate spans collide * Keep threshold validation errors tied to the config key * Keep constructor threshold hints aligned with shared validation * fix(analyzer): reject boolean score thresholds * fix(analyzer): move thresholds onto recognizers (#1572) * fix(analyzer): tighten threshold consumer contract * Retry external CI flakes * Apply suggestions from code review Co-authored-by: Omri Mendels <omri374@users.noreply.github.com> --------- Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>