Just can't help myself with this..
This commit is contained in:
parent
41ee11f5c7
commit
f267f6c183
1 changed files with 6 additions and 6 deletions
12
README.md
12
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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue