We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7b149 commit 0c24c1cCopy full SHA for 0c24c1c
docs/latest/advanced/document-processing.md
@@ -21,7 +21,7 @@ docker compose up -d api
21
22
### 2. 高精度 OCR (MinerU)
23
24
-需要配置:
+需要在 `.env` 文件中配置:
25
26
```bash
27
MINERU_VL_SERVER=http://localhost:30000
@@ -40,17 +40,17 @@ docker compose up -d api
40
41
### 3. 官方云服务 (MinerU Official)
42
43
-
44
API 密钥可以从 [MinerU 官网](https://mineru.net) 申请。
45
+然后在 `.env` 文件中添加
46
+
47
48
# 设置 API 密钥环境变量
-export MINERU_API_KEY="your-api-key-here"
49
50
-# 启动主服务
51
-docker compose up -d api
+MINERU_API_KEY="your-api-key-here"
52
```
53
+然后使用 `docker compose up -d api` 重启后端服务。
54
### 4. 结构化解析 (PaddleX)
55
56
0 commit comments