Overview

Full name
docker.io/lpdswing/mineru-web-frontend
Registry
docker.io
Namespace
lpdswing
Repository
mineru-web-frontend
Cached tags
15
Last synced
07/06/2026, 09:43 PM

Introduction

MinerU PDF 文档解析工具的前端 Web UI 镜像,提供上传与预览界面,需配置后端 MinerU API 服务地址方可完整使用。

Details

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。

Latest tags (20)

View all 15 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/lpdswing/mineru-web-frontend
:v3.4.0
linux/amd64linux/arm64
2026/06/30 15:2326.8 MBsha256:1314f762f437
docker.io/lpdswing/mineru-web-frontend
:v3.3.1
linux/amd64
2026/06/25 16:4926.8 MBsha256:4e56b4770226
docker.io/lpdswing/mineru-web-frontend
:v3.2.3
linux/amd64linux/arm64
2026/06/13 13:4626.8 MBsha256:e15c8bb4e173
docker.io/lpdswing/mineru-web-frontend
:v2.7.1
linux/amd64
2026/01/09 14:5423.4 MBsha256:5182747c05dd
docker.io/lpdswing/mineru-web-frontend
:v2.6.8
linux/amd64
2025/12/22 11:4223.4 MBsha256:9ae318ee6e4f
docker.io/lpdswing/mineru-web-frontend
:v2.6.4
linux/amd64
2025/11/18 12:0323.1 MBsha256:77ef82a5e633
docker.io/lpdswing/mineru-web-frontend
:v2.6.3
linux/amd64
2025/11/03 12:1423.1 MBsha256:596789bdf6f9
docker.io/lpdswing/mineru-web-frontend
:v2.6.2
linux/amd64
2025/10/31 17:0923.1 MBsha256:610a0883b9c3
docker.io/lpdswing/mineru-web-frontend
:v2.5.4-hotfix
linux/amd64
2025/09/29 16:5423.0 MBsha256:4174eefdaba0
docker.io/lpdswing/mineru-web-frontend
:v2.5.4.1
linux/amd64
2025/09/29 16:5323.0 MBsha256:45d8b9730fae
docker.io/lpdswing/mineru-web-frontend
:v2.5.4
linux/amd64
2025/09/26 16:5023.0 MBsha256:e0530b4690ab
docker.io/lpdswing/mineru-web-frontend
:v2.2.2
linux/amd64
2025/09/18 11:5723.0 MBsha256:91567f2a2676
docker.io/lpdswing/mineru-web-frontend
:v2.0.0
linux/amd64
2025/07/07 17:2922.9 MBsha256:25d713da2eea
docker.io/lpdswing/mineru-web-frontend
:latest
linux/amd64linux/arm64
2025/06/06 20:3420.7 MBsha256:5792b0108d9b
docker.io/lpdswing/mineru-web-frontend
:v1
linux/amd64linux/arm64
2025/06/06 20:3420.7 MBsha256:5792b0108d9b