feat: add frps/frpc/mineru-sgalng

This commit is contained in:
Sun-ZhenXing
2025-09-24 09:28:28 +08:00
parent 79ad907def
commit 232517b58f
11 changed files with 279 additions and 9 deletions

View File

@@ -0,0 +1,26 @@
# MinerU SGLang
SGLang backend server:
```bash
docker compose --profile sglang-server up -d
```
Document parse API:
```bash
docker compose --profile api up -d
```
Gradio WebUI:
```bash
docker compose --profile gradio up -d
```
Test SGLang backend:
```bash
pip install mineru
mineru -p demo.pdf -o ./output -b vlm-sglang-client -u http://localhost:30000
```