Files
Sun-ZhenXing fbd0c9b7f4 feat: add services
- Introduced Convex, an open-source reactive database, with README and environment variable configurations.
- Added Chinese translation for Convex documentation.
- Created docker-compose configuration for Convex services.
- Introduced llama-swap, a model swapping proxy for OpenAI/Anthropic compatible servers, with comprehensive README and example configuration.
- Added Chinese translation for llama-swap documentation.
- Included example environment file and docker-compose setup for llama-swap.
- Configured health checks and resource limits for both Convex and llama-swap services.
2026-03-09 09:27:06 +08:00
..
2026-02-10 17:45:39 +08:00
2026-03-09 09:27:06 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00
2026-02-23 17:41:05 +08:00
2026-03-09 09:27:06 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00
2026-02-10 17:45:39 +08:00

MinerU v2

English | 中文

This service runs MinerU v2. See the Reference Documentation.

Start Services

  • VLM backend server:

    docker compose --profile vllm-server up -d
    
  • Document parse API:

    docker compose --profile api up -d
    
  • Gradio WebUI:

    docker compose --profile gradio up -d
    

Test vLLM backend

pip install mineru
mineru -p demo.pdf -o ./output -b vlm-http-client -u http://localhost:30000

Services

  • mineru-vllm-server: The VLM backend server.
  • mineru-api: The document parsing API.
  • mineru-gradio: The Gradio WebUI.

Configuration

  • MINERU_VERSION: The version for MinerU, default is 2.7.6.
  • MINERU_PORT_OVERRIDE_VLLM: The host port for the VLLM server, default is 30000.
  • MINERU_PORT_OVERRIDE_API: The host port for the API service, default is 8000.
  • MINERU_PORT_OVERRIDE_GRADIO: The host port for the Gradio WebUI, default is 7860.