端口迁移:16003 → 16082

This commit is contained in:
2026-08-20 17:22:41 +08:00
parent 9ffca59699
commit c6662e734b
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -42,12 +42,12 @@ static/index.html 前端单页
## 快速开始
```bash
./start.sh # 启动(默认端口 16003
./start.sh # 启动(默认端口 16082
./start.sh stop # 停止
./start.sh restart # 重启
```
访问:`http://<IP>:16003/`
访问:`http://<IP>:16082/`
## 生成测试 PDF 并跑管线
@@ -60,7 +60,7 @@ static/index.html 前端单页
| 变量 | 默认 | 说明 |
|---|---|---|
| PORT | 16003 | 服务端口 |
| PORT | 16082 | 服务端口 |
| RENDER_ZOOM | 2.5 | 页面渲染倍率(72dpi 基准),越大 OCR 越准越慢 |
| MAX_TOKENS_PAGE | 3000 | 每页生成 token 预算 |
| OCR_EMBEDDED_IMAGES | 1 | 文本页内嵌图片是否做表格识别/描述 |