no header

This commit is contained in:
nBiqoz
2025-08-05 16:11:59 +02:00
parent 5c612bf07f
commit e4c735cdc4
2 changed files with 0 additions and 16 deletions

View File

@@ -17,10 +17,6 @@ export const AnonymizationInterface = ({
const anonymizedTypes = new Set<string>();
// Correspondance exacte avec les patterns de highlightEntities.tsx
// PERSON -> Prénoms/Noms
// PERSON -> Prénoms, Noms de famille ET Noms complets
if (outputText.includes("<PERSON>")) {
anonymizedTypes.add("Prénoms");
anonymizedTypes.add("Noms de famille");