Replace architecture diagram with new global/docker schemas
This commit is contained in:
parent
36be9027c1
commit
09c5e5e89f
6 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Overview
|
||||
|
||||
{ width="700" }
|
||||
{ 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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) |
|
||||
|
||||
{ width="600" }
|
||||
|
||||
## Docker — remote mode (fastest)
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB |
BIN
docs/images/docker.png
Normal file
BIN
docs/images/docker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 243 KiB |
BIN
docs/images/global.png
Normal file
BIN
docs/images/global.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 430 KiB |
|
|
@ -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.
|
||||
|
||||
{ width="600" }
|
||||
{ width="600" }
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue