diff --git a/docs/architecture.md b/docs/architecture.md index 47f2e52..764795a 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -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. diff --git a/docs/getting-started.md b/docs/getting-started.md index 0a815a9..b2ee2b8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 diff --git a/docs/images/archi.png b/docs/images/archi.png deleted file mode 100644 index f81569d..0000000 Binary files a/docs/images/archi.png and /dev/null differ diff --git a/docs/images/docker.png b/docs/images/docker.png new file mode 100644 index 0000000..67ede30 Binary files /dev/null and b/docs/images/docker.png differ diff --git a/docs/images/global.png b/docs/images/global.png new file mode 100644 index 0000000..8fa4299 Binary files /dev/null and b/docs/images/global.png differ diff --git a/docs/index.md b/docs/index.md index 5b37014..b476021 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)