- Bump MinerU version from 2.7.1 to 2.7.2 in .env.example, Dockerfile, README files, and docker-compose.yaml. - Update Gitea version from 1.25.2-rootless to 1.25.4-rootless in .env.example and docker-compose.yaml. - Add InfluxDB configuration files including .env.example, README.md, README.zh.md, and docker-compose.yaml with version 2.8.0. - Bump Phoenix version from 12.28.1-nonroot to 12.31.2-nonroot in .env.example and docker-compose.yaml, and update README files. - Introduce Selenium standalone configuration with version 144.0-20260120, including .env.example, README.md, README.zh.md, and docker-compose.yaml.
1.0 KiB
1.0 KiB
MinerU v2
此服务运行 MinerU v2。请参阅参考文档。
启动服务
-
VLM 后端服务器:
docker compose --profile vllm-server up -d -
文档解析 API:
docker compose --profile api up -d -
Gradio WebUI:
docker compose --profile gradio up -d
测试 vLLM 后端
pip install mineru
mineru -p demo.pdf -o ./output -b vlm-http-client -u http://localhost:30000
服务
mineru-vllm-server: VLM 后端服务器。mineru-api: 文档解析 API。mineru-gradio: Gradio WebUI。
配置
MINERU_VERSION: MinerU 的 Docker 镜像版本,默认为2.7.2。MINERU_PORT_OVERRIDE_VLLM: VLLM 服务器的主机端口,默认为30000。MINERU_PORT_OVERRIDE_API: API 服务的主机端口,默认为8000。MINERU_PORT_OVERRIDE_GRADIO: Gradio WebUI 的主机端口,默认为7860。