d8b227849120eb675289cf586c7e7636331f4110
Switch save endpoint from JSON to multipart upload so the PDF file is sent alongside extracted data and tags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Plesna Gerance
Extracteur de comptes rendus de gerance Oralia/ICS.
Prerequis
- Python >= 3.10
- uv
- Node.js >= 22
- poppler-utils (
apt install poppler-utilsoupacman -S poppler)
Installation
uv sync
cd frontend && npm install
Developpement
Lancer backend et frontend dans deux terminaux separés :
make dev_back # Backend sur http://localhost:8000 (auto-reload)
make dev_front # Frontend sur http://localhost:5173 (hot-reload)
Ou les deux en parallele :
make dev
Ouvrir http://localhost:5173 — le proxy Vite redirige /api vers le backend.
Production (Docker)
make docker
Accessible sur http://localhost:8080.
Description
Languages
Python
48.7%
Vue
48.1%
JavaScript
1.9%
PowerShell
0.4%
Inno Setup
0.3%
Other
0.3%