Interface web futuriste et application mobile pour l’analyse OCR de documents PDF avec intelligence artificielle.
Zoubirou Mohammed Ilyes
L’interface web offre une expérience immersive avec :
help
- Afficher l’aidestatus
- État du systèmeshow results
- Afficher les résultats OCRexport
- Exporter vers fichier textedownload
- Télécharger le dernier exportqr
- Générer QR Code pour APKversion
- Informations du systèmeclear
- Effacer les résultatsTéléchargez l’application Android :
Utilisation en ligne de commande :
# Mode interactif
python cli_ocr.py -i
# Traitement direct
python cli_ocr.py document.pdf -o resultat.txt
# Export JSON avec métadonnées
python cli_ocr.py document.pdf -o data.json --json
# Spécifier la langue
python cli_ocr.py document.pdf -l fra+eng -o output.txt
process <fichier.pdf>
- Traiter un PDFversion
- Version du systèmeinfo
- Informations détailléeshelp
- Aidequit
- Quitterpip install flask pytesseract pymupdf pillow qrcode
# Interface web
python main.py
# CLI
python cli_ocr.py
POST /ask
- Commandes terminal IAPOST /process-pdf
- Upload et traitement PDFGET /export-text
- Export fichier texteGET /generate-qr
- Génération QR Code APKGET /api/info
- Informations API pour mobileL’application utilise les variables d’environnement :
SESSION_SECRET
- Clé secrète FlaskDATABASE_URL
- URL base de données (optionnel)Les exports incluent :
Compatible avec :
Projet développé dans le cadre de l’écosystème NetSecurePro IA