interface interactive

This commit is contained in:
nBiqoz
2025-09-07 12:30:23 +02:00
parent 74e56c956c
commit ef0819ae90
27 changed files with 1827 additions and 515 deletions

View File

@@ -17,7 +17,7 @@ export const AnonymizationInterface = ({
const anonymizedTypes = new Set<string>();
if (outputText.includes("<PERSON>")) {
if (outputText.includes("<PERSONNE>")) {
anonymizedTypes.add("Prénoms");
anonymizedTypes.add("Noms de famille");
anonymizedTypes.add("Noms complets");