erase icons in docs

This commit is contained in:
syoul
2025-11-04 17:04:01 +01:00
parent 8c9392b613
commit a7f6c6e569
8 changed files with 325 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
# 🚀 Guide de démarrage rapide - pdf2csv v2.0
# Guide de démarrage rapide - pdf2csv v2.0
## Démarrage ultra-rapide (Docker)
## Démarrage ultra-rapide (Docker)
```bash
# 1. Construire l'image
@@ -19,7 +19,7 @@ cat data/fusion_total.csv
---
## 📦 Utilisation avec Make (Recommandé)
## Utilisation avec Make (Recommandé)
```bash
# Construire
@@ -41,7 +41,7 @@ make help
---
## 🐍 Utilisation locale (sans Docker)
## Utilisation locale (sans Docker)
```bash
# 1. Installer les dépendances
@@ -56,7 +56,7 @@ python convert.py ./data --verbose
---
## ⚙️ Configuration personnalisée
## Configuration personnalisée
```bash
# 1. Créer un fichier de configuration
@@ -76,7 +76,7 @@ make run-custom
---
## 📊 Options disponibles
## Options disponibles
```bash
# Mode verbeux (logs détaillés)
@@ -94,7 +94,7 @@ python convert.py --help
---
## 🔧 Variables d'environnement
## Variables d'environnement
| Variable | Valeur par défaut | Description |
|----------|-------------------|-------------|
@@ -105,7 +105,7 @@ python convert.py --help
---
## Test de l'installation
## Test de l'installation
```bash
# Script de test automatique
@@ -117,7 +117,7 @@ python convert.py --help
---
## 📁 Structure des fichiers résultants
## Structure des fichiers résultants
```
data/
@@ -126,12 +126,12 @@ data/
├── releve1_final.csv ← CSV nettoyé
├── releve2.pdf
├── releve2_final.csv
└── fusion_total.csv ← 🎯 FICHIER FINAL FUSIONNÉ
└── fusion_total.csv ← FICHIER FINAL FUSIONNÉ
```
---
## 🆘 Problèmes courants
## Problèmes courants
### "Aucun PDF trouvé"
```bash
@@ -166,7 +166,7 @@ python convert.py ./data --mot-debut "VOTRE_MOT" --verbose
---
## 📚 Documentation complète
## Documentation complète
- **README.md** : Documentation complète
- **CHANGELOG.md** : Liste des améliorations
@@ -175,7 +175,7 @@ python convert.py ./data --mot-debut "VOTRE_MOT" --verbose
---
## 💡 Exemples d'utilisation
## Exemples d'utilisation
### Exemple 1 : Relevés bancaires
```bash
@@ -202,7 +202,7 @@ done
---
## 🎯 Commandes essentielles
## Commandes essentielles
```bash
# Construction
@@ -226,7 +226,7 @@ make status
---
## 📞 Aide
## Aide
Pour plus d'informations :
```bash
@@ -235,5 +235,5 @@ make help
cat README.md
```
Bon traitement ! 🚀
Bon traitement !