mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-09-21 13:38:05 -05:00
* feat: Add UK driving licence number recognizer Add UkDrivingLicenceRecognizer for detecting DVLA driving licence numbers. The 16-character alphanumeric format encodes surname, date of birth, and initials. Uses regex with embedded month/day validation and surname padding checks. Disabled by default per country-specific convention. * Update default_recognizers.yaml --------- Co-authored-by: Omri Mendels <omri374@users.noreply.github.com> Co-authored-by: Sharon Hart <sharonh.dev@gmail.com>