diff --git a/app/components/AnonymizationInterface.tsx b/app/components/AnonymizationInterface.tsx index de2e94c..d79ae69 100644 --- a/app/components/AnonymizationInterface.tsx +++ b/app/components/AnonymizationInterface.tsx @@ -17,10 +17,6 @@ export const AnonymizationInterface = ({ const anonymizedTypes = new Set(); - // Correspondance exacte avec les patterns de highlightEntities.tsx - - // PERSON -> Prénoms/Noms - // PERSON -> Prénoms, Noms de famille ET Noms complets if (outputText.includes("")) { anonymizedTypes.add("Prénoms"); anonymizedTypes.add("Noms de famille"); diff --git a/app/page.tsx b/app/page.tsx index 42bd1a4..0fdfd3f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -69,18 +69,6 @@ export default function Home() { return (
- {/* Header */} -
-
-

- OUTIL D'ANONYMISATION DE DONNÉES -

-

- Protégez vos informations sensibles en quelques clics -

-
-
- {/* Main Content */}
{/* Progress Bar */}