Overview
- Full name
docker.io/alexsuntop/mineru- Registry
- docker.io
- Namespace
- alexsuntop
- Repository
- mineru
- Cached tags
- 26
- Last synced
- 07/13/2026, 10:31 AM
Introduction
MinerU PDF 文档解析镜像,将 PDF/扫描件转为 Markdown 结构化文本,支持公式与表格识别,RAG 知识库文档预处理 API 服务。
Details
alexsuntop/mineru 运行 MinerU 文档解析引擎,将 PDF、扫描件解析为 Markdown 结构化文本,识别公式、表格与版面布局。定位为 RAG 文档解析 API 服务,可选 GPU 加速 OCR;K8s Deployment 作为文档预处理微服务。
快速启动
docker run -d --name mineru \
-p 8080:8080 \
-v /data/pdfs:/pdfs:ro \
docker.io/alexsuntop/mineru:latest
推荐实践
docker run -d --name mineru \
--restart unless-stopped \
-p 8080:8080 \
-v /data/pdfs:/pdfs:ro -v /data/output:/output \
docker.io/alexsuntop/mineru:0.9.0
核心参数说明
-p 8080:8080— MinerU 解析 REST API-v .../pdfs:...— 待解析 PDF 目录(只读)-v .../output:...— Markdown 输出目录--restart unless-stopped— 解析服务持续在线
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: mineru
spec:
replicas: 2
selector:
matchLabels:
app: mineru
template:
metadata:
labels:
app: mineru
spec:
containers:
- name: mineru
image: docker.io/alexsuntop/mineru:0.9.0
ports:
- containerPort: 8080
volumeMounts:
- name: pdfs
mountPath: /pdfs
readOnly: true
- name: output
mountPath: /output
volumes:
- name: pdfs
persistentVolumeClaim:
claimName: mineru-pdfs
- name: output
persistentVolumeClaim:
claimName: mineru-output
---
apiVersion: v1
kind: Service
metadata:
name: mineru
spec:
selector:
app: mineru
ports:
- port: 8080
targetPort: 8080
GPU 节点可选 nvidia.com/gpu;大 PDF 建议调高 memory limit。
Latest tags (20)
View all 26 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/alexsuntop/mineru :3.4.2 | linux/amd64linux/arm64 | 2026/07/09 20:39 | 12.1 GB | sha256:09c5377c8e59… | |||
docker.io/alexsuntop/mineru :3.4.2-corex | linux/amd64 | 2026/07/09 20:38 | 8.3 GB | sha256:87bab5a48acc… | |||
docker.io/alexsuntop/mineru :3.4.2-dcu | linux/amd64 | 2026/07/09 20:38 | 11.2 GB | sha256:23ebdaa3cf9d… | |||
docker.io/alexsuntop/mineru :3.4.2-gcu | linux/amd64 | 2026/07/09 20:38 | 11.6 GB | sha256:80befb4ad328… | |||
docker.io/alexsuntop/mineru :3.4.2-kxpu | linux/amd64 | 2026/07/09 20:38 | 15.9 GB | sha256:85b93e91737f… | |||
docker.io/alexsuntop/mineru :3.4.2-mlu | linux/amd64 | 2026/07/09 20:37 | 13.6 GB | sha256:29bbceba24aa… | |||
docker.io/alexsuntop/mineru :3.4.2-musa | linux/amd64 | 2026/07/09 20:37 | 11.6 GB | sha256:01eaa7b5c158… | |||
docker.io/alexsuntop/mineru :3.4.2-npu | linux/arm64 | 2026/07/09 20:37 | 9.7 GB | sha256:db5fa23cb28e… | |||
docker.io/alexsuntop/mineru :3.4.2-ppu | linux/amd64 | 2026/07/09 20:37 | 19.3 GB | sha256:da6f2b634949… | |||
docker.io/alexsuntop/mineru :3.1.0 | linux/amd64linux/arm64 | 2026/04/19 22:49 | 17.1 GB | sha256:9e91bc1f433d… | |||
docker.io/alexsuntop/mineru :3.1.0-ppu | linux/amd64 | 2026/04/19 21:58 | 19.4 GB | sha256:e19180ca77c1… | |||
docker.io/alexsuntop/mineru :3.1.0-npu | linux/arm64 | 2026/04/19 21:48 | 9.7 GB | sha256:3d09c7bc35c7… | |||
docker.io/alexsuntop/mineru :3.1.0-musa | linux/amd64 | 2026/04/19 21:34 | 11.6 GB | sha256:0c2a732527d3… | |||
docker.io/alexsuntop/mineru :3.1.0-mlu | linux/amd64 | 2026/04/19 21:20 | 13.6 GB | sha256:cc7441d699fc… | |||
docker.io/alexsuntop/mineru :3.1.0-kxpu | linux/amd64 | 2026/04/19 21:09 | 15.9 GB | sha256:3e26a6bf5461… | |||
docker.io/alexsuntop/mineru :3.1.0-corex | linux/amd64 | 2026/04/19 21:01 | 8.3 GB | sha256:97f0401dc238… | |||
docker.io/alexsuntop/mineru :3.1.0-gcu | linux/amd64 | 2026/04/19 20:52 | 11.6 GB | sha256:48ee05d0d4d3… | |||
docker.io/alexsuntop/mineru :3.1.0-dcu | linux/amd64 | 2026/04/19 20:01 | 11.2 GB | sha256:80e3eea418ab… | |||
docker.io/alexsuntop/mineru :3.0.1 | linux/amd64linux/arm64 | 2026/03/31 14:08 | 17.0 GB | sha256:bca094a22e7c… | |||
docker.io/alexsuntop/mineru :3.0.1-npu | linux/arm64 | 2026/03/30 20:12 | 9.7 GB | sha256:449251486325… |