From f267f6c183c4811eb62a76b6eba37c2430a7777a Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Mon, 23 Mar 2026 10:04:39 +0100 Subject: [PATCH] Just can't help myself with this.. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 595ea02..fe95ea5 100644 --- a/README.md +++ b/README.md @@ -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 |