镜像概览
- 完整引用
docker.io/lpdswing/mineru-web-frontend- Registry
- docker.io
- 命名空间
- lpdswing
- 仓库
- mineru-web-frontend
- 已缓存 Tag 数
- 15
- 最近同步
- 07/06/2026, 09:43 PM
简介
MinerU PDF 文档解析工具的前端 Web UI 镜像,提供上传与预览界面,需配置后端 MinerU API 服务地址方可完整使用。
详细介绍
MinerU 是开源 PDF 结构化解析方案,本镜像仅包含 Web 前端静态资源与轻量 HTTP 服务,负责文件上传、任务进度展示与结果预览。实际 OCR/版面分析由独立 MinerU 后端 API 完成,部署时必须通过环境变量指向可达的后端 URL。适合内网文档数字化、论文批量解析等场景;前后端建议同 VPC 部署以降低大文件传输延迟。
快速启动
docker run -d --name mineru-web \
-p 8080:80 \
-e MINERU_API_URL=http://mineru-api:8000 \
docker.io/lpdswing/mineru-web-frontend:latest
推荐实践
docker run -d --name mineru-web \
--restart unless-stopped \
-p 8080:80 \
-e MINERU_API_URL=http://192.168.1.30:8000 \
-e TZ=Asia/Shanghai \
docker.io/lpdswing/mineru-web-frontend:v1.0
核心参数说明
-e MINERU_API_URL— MinerU 后端解析 API 根地址-p 8080:80— Web UI 访问端口--restart unless-stopped— 前端服务自动恢复- 固定 tag — 与后端 API 版本匹配
- 大文件上传需调整反向代理
client_max_body_size
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: mineru-web-frontend
spec:
replicas: 2
selector:
matchLabels:
app: mineru-web
template:
metadata:
labels:
app: mineru-web
spec:
containers:
- name: web
image: docker.io/lpdswing/mineru-web-frontend:v1.0
ports:
- containerPort: 80
env:
- name: MINERU_API_URL
value: "http://mineru-api:8000"
---
apiVersion: v1
kind: Service
metadata:
name: mineru-web
spec:
selector:
app: mineru-web
ports:
- port: 80
targetPort: 80
需配置 Ingress 上传大小限制及指向 mineru-api 的后端 Service。
最新 Tag(20 条)
查看全部 15 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/lpdswing/mineru-web-frontend :v3.4.0 | linux/amd64linux/arm64 | 2026/06/30 15:23 | 26.8 MB | sha256:1314f762f437… | |||
docker.io/lpdswing/mineru-web-frontend :v3.3.1 | linux/amd64 | 2026/06/25 16:49 | 26.8 MB | sha256:4e56b4770226… | |||
docker.io/lpdswing/mineru-web-frontend :v3.2.3 | linux/amd64linux/arm64 | 2026/06/13 13:46 | 26.8 MB | sha256:e15c8bb4e173… | |||
docker.io/lpdswing/mineru-web-frontend :v2.7.1 | linux/amd64 | 2026/01/09 14:54 | 23.4 MB | sha256:5182747c05dd… | |||
docker.io/lpdswing/mineru-web-frontend :v2.6.8 | linux/amd64 | 2025/12/22 11:42 | 23.4 MB | sha256:9ae318ee6e4f… | |||
docker.io/lpdswing/mineru-web-frontend :v2.6.4 | linux/amd64 | 2025/11/18 12:03 | 23.1 MB | sha256:77ef82a5e633… | |||
docker.io/lpdswing/mineru-web-frontend :v2.6.3 | linux/amd64 | 2025/11/03 12:14 | 23.1 MB | sha256:596789bdf6f9… | |||
docker.io/lpdswing/mineru-web-frontend :v2.6.2 | linux/amd64 | 2025/10/31 17:09 | 23.1 MB | sha256:610a0883b9c3… | |||
docker.io/lpdswing/mineru-web-frontend :v2.5.4-hotfix | linux/amd64 | 2025/09/29 16:54 | 23.0 MB | sha256:4174eefdaba0… | |||
docker.io/lpdswing/mineru-web-frontend :v2.5.4.1 | linux/amd64 | 2025/09/29 16:53 | 23.0 MB | sha256:45d8b9730fae… | |||
docker.io/lpdswing/mineru-web-frontend :v2.5.4 | linux/amd64 | 2025/09/26 16:50 | 23.0 MB | sha256:e0530b4690ab… | |||
docker.io/lpdswing/mineru-web-frontend :v2.2.2 | linux/amd64 | 2025/09/18 11:57 | 23.0 MB | sha256:91567f2a2676… | |||
docker.io/lpdswing/mineru-web-frontend :v2.0.0 | linux/amd64 | 2025/07/07 17:29 | 22.9 MB | sha256:25d713da2eea… | |||
docker.io/lpdswing/mineru-web-frontend :latest | linux/amd64linux/arm64 | 2025/06/06 20:34 | 20.7 MB | sha256:5792b0108d9b… | |||
docker.io/lpdswing/mineru-web-frontend :v1 | linux/amd64linux/arm64 | 2025/06/06 20:34 | 20.7 MB | sha256:5792b0108d9b… |