From 5c9f9261b8e0808fb3bd1f0b2ce2a5fa84576bd5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:29:58 +0000 Subject: [PATCH 1/2] Initial plan From 5765812f8316c31680b8aa4800316cf908cd8f16 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:32:19 +0000 Subject: [PATCH 2/2] Add concise project description section to README.md Co-authored-by: cutiips <134263686+cutiips@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b856ada..015a75f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![.github/workflows/release.yml](https://github.com/doctorfill-dev/DoctorFill-Python/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/doctorfill-dev/DoctorFill-Python/actions/workflows/release.yml) -Application de remplissage intelligent de formulaires PDF medicaux. +## Description + +**DoctorFill** est une application desktop (macOS / Windows) de remplissage intelligent de formulaires PDF médicaux (XFA). Elle utilise un pipeline RAG (Retrieval-Augmented Generation) couplé à un LLM (Infomaniak AI ou LM Studio en local) pour extraire automatiquement les informations pertinentes d'un rapport médical et compléter les champs d'un formulaire standardisé. L'interface est construite avec Tauri (Rust) et embarque un serveur Flask (Python) en tant que sidecar via PyInstaller. ## Architecture