opendatalab/MinerU

Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on March 6th, 2026
Created on February 29th, 2024
Open Issues & Pull Requests: 101 (+0)
Number of forks: 6,590
Total Stargazers: 78,355 (+9)
Total Subscribers: 276 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.6 hours
Mean response time: 12.4 days
90th percentile: 14.4 days
Tracked items: 2,248

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 11% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 56
New in 7 days: 6
Closed in 7 days: 4
Avg open age: 27 days
Stale 30+ days: 32
Stale 90+ days: 4

Recent activity

Opened in 7 days: 6
Closed in 7 days: 4
Comments in 7 days: 16
Events in 7 days: 40

Top labels

  • bug (1,648)
  • enhancement (383)
  • question (64)
  • documentation (32)
  • P1 (14)
  • wontfix (13)
  • MERGED (9)
  • help wanted (9)

Detailed Description

MinerU is a high-accuracy document parsing engine designed to transform complex documents into structured formats suitable for large language model workflows, retrieval-augmented generation systems, and agentic applications. The project converts PDFs, DOCX, PPTX, XLSX files, images, and web pages into markdown or JSON output with support for 109 languages through its dual VLM and OCR engine architecture.

MinerU's core parsing capabilities include native support for DOCX, PPTX, and XLSX formats with formula-to-LaTeX conversion and table-to-HTML transformation. The system handles scanned documents, handwriting recognition, multi-column layouts, and cross-page table merging while maintaining human reading order and automatically removing headers and footers. The dual engine approach combines vision language models with OCR for robust document understanding across diverse input types.

The platform offers multiple deployment and integration pathways. It provides MCP Server support for AI coding tools like Cursor and Claude Desktop, integrates with RAG frameworks including LangChain, LlamaIndex, RAGFlow, and Dify, and offers Python, Go, and TypeScript SDKs alongside CLI, REST API, and Docker deployment options. A web version at mineru.net provides zero-installation access, while desktop clients and Gradio WebUI interfaces serve different user needs. The system supports multiple inference backends including pipeline, vlm-engine, and hybrid-engine configurations, with compatibility for domestic AI chips including Ascend, Cambricon, Enflame, and others.

Recent releases demonstrate active development focused on performance optimization and capability expansion. Version 3.4 upgraded the OCR model to PP-OCRv6, achieving approximately 11 percent accuracy improvement on OmniDocBench v1.6 while doubling OCR processing speed. Version 3.3 introduced an effort parameter for the hybrid backend with medium and high parsing strength levels, delivering 35 to 220 percent speed improvements across different platforms while maintaining parsing accuracy. Version 3.1.0 transitioned the project from AGPLv3 to a custom MinerU Open Source License based on Apache 2.0, reducing adoption friction for both community and commercial deployments. The VLM model was upgraded to MinerU2.5-Pro-2604-1.2B with support for image and chart parsing, truncated paragraph merging, and cross-page table merging capabilities.

The project is classified across multiple domains including data mining, machine learning, AI platforms, data science, deep learning, workflow management, model training, data processing, and MLOps, reflecting its position as a comprehensive document understanding solution for enterprise and research applications.