Replace architecture diagram with new global/docker schemas

This commit is contained in:
Pier-Jean Malandrino 2026-04-05 10:53:21 +02:00
parent 36be9027c1
commit 09c5e5e89f
6 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
## Overview
![Docling Studio architecture](images/archi.png){ width="700" }
![Docling Studio architecture](images/global.png){ width="700" }
Two services communicating via REST. The frontend is a Vue 3 SPA served by Nginx in production. The backend is a FastAPI app that wraps Docling's document conversion engine.

View file

@ -7,6 +7,8 @@ Docling Studio ships two Docker image variants:
| **remote** | `latest-remote` | ~270 MB | Lightweight — delegates to an external [Docling Serve](https://github.com/DS4SD/docling-serve) instance |
| **local** | `latest-local` | ~1.9 GB | Full — runs Docling in-process, CPU-only (downloads ML models on first run) |
![Docker architecture](images/docker.png){ width="600" }
## Docker — remote mode (fastest)
```bash

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

BIN
docs/images/docker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
docs/images/global.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

View file

@ -4,7 +4,7 @@ A visual document analysis studio powered by [Docling](https://github.com/DS4SD/
Upload a PDF, configure the extraction pipeline, and visualize the results — text, tables, images, formulas, bounding boxes — all from your browser.
![Docling Studio architecture](images/archi.png){ width="600" }
![Docling Studio architecture](images/global.png){ width="600" }
![Docling Studio — Execution Result](screenshots/DS-execution-result.png)