Just can't help myself with this..

This commit is contained in:
Pier-Jean Malandrino 2026-03-23 10:04:39 +01:00
parent 41ee11f5c7
commit f267f6c183

View file

@ -28,12 +28,12 @@ Upload a PDF, configure the extraction pipeline, and visualize the results — t
## Architecture
```
┌────────────┐ ┌──────────────────────
│ Frontend │────────▶│ Document Parser
│ Vue 3 │ /api/* │ FastAPI + Docling
│ port 3000 │ │ SQLite + file storage
└────────────┘ │ port 8000
└───────────────────────┘
┌────────────┐ ┌──────────────────────┐
│ Frontend │────────▶│ Document Parser │
│ Vue 3 │ /api/* │ FastAPI + Docling │
│ port 3000 │ │ SQLite + file storage│
└────────────┘ │ port 8000 │
──────────────────────┘
```
| Service | Stack | Role |