This commit is contained in:
Biqoz
2025-09-15 19:04:38 +02:00
parent 3e70181b58
commit 3f9c007c9e
46 changed files with 919 additions and 146 deletions

View File

@@ -3,7 +3,7 @@ recognizer_registry:
recognizers:
- name: BelgianIDCardRecognizer
supported_language: fr
supported_entity: BE_ID_CARD
supported_entity: CARTE_IDENTITE_BELGE
patterns:
- name: Carte d'identité belge
regex: "\\b[0-9]{3}\\-[0-9]{7}\\-[0-9]{2}\\b"
@@ -15,7 +15,7 @@ recognizer_registry:
- name: BelgianPassportRecognizer
supported_language: fr
supported_entity: BE_PASSPORT
supported_entity: PASSEPORT_BELGE
patterns:
- name: Passeport belge
regex: "\\b[A-Z]{2}[0-9]{6}\\b"