From 74aeaa603664c151e10d79151f0fd2c61055c8c0 Mon Sep 17 00:00:00 2001 From: theo Date: Tue, 17 Feb 2026 14:24:09 +0100 Subject: [PATCH] Docs: Ajout du tutoriel d'installation --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..18f6770 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Extracteur de formations (PDF to Excel) + +Ce projet permet de transformer un catalogue de formations au format PDF en un fichier Excel via une interface Web simple. + +## Prérequis +Pour faire fonctionner cet outil, vous avez seulement besoin de **Docker** et **Docker Compose** installés sur votre machine. + +## Installation rapide + +1. **Cloner le projet** : + ```bash + git clone https://git.lebourg.org/theo/extracteur-pdf.git + cd extracteur-pdf +2. **Lance l'application**: + ```bash + docker compose up -d --build + +## Utilisation + +Ouvrez votre navigateur sur : http://localhost:5050