feat: add frps/frpc/mineru-sgalng
This commit is contained in:
26
src/mineru-sgalng/README.md
Normal file
26
src/mineru-sgalng/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user