
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这段话即可:
请先阅读并遵守:https://xuanyuan.cloud/agents.md
未读文档前不要生成 pull 命令或排错方案。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This repository builds a Docker image for the MinerU PDF intelligence toolkit. The image ships with magic-pdf[full] and the required configuration so you can convert PDFs into Markdown, JSON, and other structured formats right inside the container. It is based on the Arm-optimized armswdev/pytorch-arm-neoverse base image, making it ideal for Apple Silicon, AWS Graviton, and other arm64 hosts.
For details on MinerU capabilities, algorithm components, and configuration options, refer to the official documentation:
/mineru/models; no extra setup is needed.magic-pdf[full], huggingface_hub, and dependencies required for layout, OCR, formula, and table recognition.magic-pdf.json configuration so the container works out of the box.libgl1 to ensure OpenCV and PaddleOCR operate correctly in headless environments./mineru/models, tuned for Arm CPU/NEON to cut down on cold-start latency.Pull the image
bashdocker pull <dockerhub-namespace>/mineru:<tag>
Replace <dockerhub-namespace> and <tag> with the repository and tag published on Docker Hub.
Launch the container with a mounted workspace
bashdocker run --name mineru-dev \ -v $(pwd)/data:/workspace \ -it <dockerhub-namespace>/mineru:<tag> /bin/bash
$(pwd)/data hosts PDFs to process and the output artifacts./mineru; magic-pdf.json is copied to both /root/ and /home/ubuntu/.Run a conversion task inside the container
bashmagic-pdf run \ --config /root/magic-pdf.json \ --input /workspace/input.pdf \ --output /workspace/output_dir \ --task pdf2md
--task to pdf2json, pdf2html, etc., as needed. Consult the official docs for the full CLI reference.picture_test.py example script in this repo.Dockerfile: Build instructions for the image.magic-pdf.json: Default configuration covering model locations, OCR/table/formula toggles, and optional LLM hooks.models/: Pre-staged MinerU/MoTao model cache.download_models_hf.py: Script to refresh models/config via Hugging Face Hub.picture_test.py: Sample script for running layout + OCR on a single image.docker_start.sh: Example startup script that mounts the repo root at /app.python download_models_hf.py inside the container. It leverages huggingface_hub.snapshot_download and rewrites magic-pdf.json with the new paths./root/magic-pdf.json to disable them or to activate LLM-assisted features.api_key and base_url fields in the config and set enable to true.device-mode.This image extends the MinerU solution by the OpenDataLab community. Thanks to the project maintainers and contributors for the extraction pipelines and pretrained assets. For advanced scenarios—region-based extraction, batch pipelines, production deployment—refer to the official MinerU documentation.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 bsq0418/mineru 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: