Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
4b8eb31a
Unverified
Commit
4b8eb31a
authored
Jun 14, 2025
by
黄泳凯
Committed by
GitHub
Jun 14, 2025
Browse files
Merge branch 'opendatalab:master' into master
parents
cbc14bfe
5c8f6b84
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
86 deletions
+72
-86
README.md
README.md
+31
-41
README_zh-CN.md
README_zh-CN.md
+32
-43
mineru/cli/models_download.py
mineru/cli/models_download.py
+1
-2
signatures/version1/cla.json
signatures/version1/cla.json
+8
-0
No files found.
README.md
View file @
4b8eb31a
...
...
@@ -347,48 +347,38 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte
<details>
<summary>
2024/07/05 Initial open-source release
</summary>
</details>
</details>
<!-- TABLE OF CONTENT -->
<!-- TABLE OF CONTENT -->
<details
open=
"open"
>
<summary><h2
style=
"display: inline-block"
>
Table of Contents
</h2></summary>
<ol>
<li>
<a
href=
"#mineru"
>
MinerU
</a>
<ul>
<li><a
href=
"#project-introduction"
>
Project Introduction
</a></li>
<li><a
href=
"#key-features"
>
Key Features
</a></li>
<li><a
href=
"#quick-start"
>
Quick Start
</a>
<ul>
<li><a
href=
"#online-demo"
>
Online Demo
</a></li>
<li><a
href=
"#quick-cpu-demo"
>
Quick CPU Demo
</a></li>
<li><a
href=
"#using-gpu"
>
Using GPU
</a></li>
<li><a
href=
"#using-npu"
>
Using NPU
</a></li>
</ul>
</li>
<li><a
href=
"#usage"
>
Usage
</a>
<ul>
<li><a
href=
"#command-line"
>
Command Line
</a></li>
<li><a
href=
"#api"
>
API
</a></li>
<li><a
href=
"#deploy-derived-projects"
>
Deploy Derived Projects
</a></li>
<li><a
href=
"#development-guide"
>
Development Guide
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#todo"
>
TODO
</a></li>
<li><a
href=
"#known-issues"
>
Known Issues
</a></li>
<li><a
href=
"#faq"
>
FAQ
</a></li>
<li><a
href=
"#all-thanks-to-our-contributors"
>
All Thanks To Our Contributors
</a></li>
<li><a
href=
"#license-information"
>
License Information
</a></li>
<li><a
href=
"#acknowledgments"
>
Acknowledgments
</a></li>
<li><a
href=
"#citation"
>
Citation
</a></li>
<li><a
href=
"#star-history"
>
Star History
</a></li>
<li><a
href=
"#magic-doc"
>
Magic-doc
</a></li>
<li><a
href=
"#magic-html"
>
Magic-html
</a></li>
<li><a
href=
"#links"
>
Links
</a></li>
</ol>
</details>
<details
open=
"open"
>
<summary><h2
style=
"display: inline-block"
>
Table of Contents
</h2></summary>
<ol>
<li>
<a
href=
"#mineru"
>
MinerU
</a>
<ul>
<li><a
href=
"#project-introduction"
>
Project Introduction
</a></li>
<li><a
href=
"#key-features"
>
Key Features
</a></li>
<li><a
href=
"#quick-start"
>
Quick Start
</a>
<ul>
<li><a
href=
"#online-demo"
>
Online Demo
</a></li>
<li><a
href=
"#quick-cpu-demo"
>
Local Deployment
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#todo"
>
TODO
</a></li>
<li><a
href=
"#known-issues"
>
Known Issues
</a></li>
<li><a
href=
"#faq"
>
FAQ
</a></li>
<li><a
href=
"#all-thanks-to-our-contributors"
>
All Thanks To Our Contributors
</a></li>
<li><a
href=
"#license-information"
>
License Information
</a></li>
<li><a
href=
"#acknowledgments"
>
Acknowledgments
</a></li>
<li><a
href=
"#citation"
>
Citation
</a></li>
<li><a
href=
"#star-history"
>
Star History
</a></li>
<li><a
href=
"#magic-doc"
>
Magic-doc
</a></li>
<li><a
href=
"#magic-html"
>
Magic-html
</a></li>
<li><a
href=
"#links"
>
Links
</a></li>
</ol>
</details>
# MinerU
...
...
README_zh-CN.md
View file @
4b8eb31a
...
...
@@ -336,49 +336,38 @@
<details>
<summary>
2024/07/05 首次开源
</summary>
</details>
<!-- TABLE OF CONTENT -->
<details
open=
"open"
>
<summary><h2
style=
"display: inline-block"
>
文档目录
</h2></summary>
<ol>
<li>
<a
href=
"#mineru"
>
MinerU
</a>
<ul>
<li><a
href=
"#项目简介"
>
项目简介
</a></li>
<li><a
href=
"#主要功能"
>
主要功能
</a></li>
<li><a
href=
"#快速开始"
>
快速开始
</a>
<ul>
<li><a
href=
"#在线体验"
>
在线体验
</a></li>
<li><a
href=
"#使用CPU快速体验"
>
使用CPU快速体验
</a></li>
<li><a
href=
"#使用GPU"
>
使用GPU
</a></li>
<li><a
href=
"#使用NPU"
>
使用NPU
</a></li>
</ul>
</li>
<li><a
href=
"#使用"
>
使用方式
</a>
<ul>
<li><a
href=
"#命令行"
>
命令行
</a></li>
<li><a
href=
"#api"
>
API
</a></li>
<li><a
href=
"#部署衍生项目"
>
部署衍生项目
</a></li>
<li><a
href=
"#二次开发"
>
二次开发
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#todo"
>
TODO
</a></li>
<li><a
href=
"#known-issues"
>
Known Issues
</a></li>
<li><a
href=
"#faq"
>
FAQ
</a></li>
<li><a
href=
"#all-thanks-to-our-contributors"
>
Contributors
</a></li>
<li><a
href=
"#license-information"
>
License Information
</a></li>
<li><a
href=
"#acknowledgments"
>
Acknowledgements
</a></li>
<li><a
href=
"#citation"
>
Citation
</a></li>
<li><a
href=
"#star-history"
>
Star History
</a></li>
<li><a
href=
"#magic-doc"
>
magic-doc快速提取PPT/DOC/PDF
</a></li>
<li><a
href=
"#magic-html"
>
magic-html提取混合网页内容
</a></li>
<li><a
href=
"#links"
>
Links
</a></li>
</ol>
</details>
</details>
<!-- TABLE OF CONTENT -->
<details
open=
"open"
>
<summary><h2
style=
"display: inline-block"
>
文档目录
</h2></summary>
<ol>
<li>
<a
href=
"#mineru"
>
MinerU
</a>
<ul>
<li><a
href=
"#项目简介"
>
项目简介
</a></li>
<li><a
href=
"#主要功能"
>
主要功能
</a></li>
<li><a
href=
"#快速开始"
>
快速开始
</a>
<ul>
<li><a
href=
"#在线体验"
>
在线体验
</a></li>
<li><a
href=
"#本地部署"
>
本地部署
</a></li>
</ul>
</ul>
</li>
<li><a
href=
"#todo"
>
TODO
</a></li>
<li><a
href=
"#known-issues"
>
Known Issues
</a></li>
<li><a
href=
"#faq"
>
FAQ
</a></li>
<li><a
href=
"#all-thanks-to-our-contributors"
>
Contributors
</a></li>
<li><a
href=
"#license-information"
>
License Information
</a></li>
<li><a
href=
"#acknowledgments"
>
Acknowledgements
</a></li>
<li><a
href=
"#citation"
>
Citation
</a></li>
<li><a
href=
"#star-history"
>
Star History
</a></li>
<li><a
href=
"#magic-doc"
>
magic-doc快速提取PPT/DOC/PDF
</a></li>
<li><a
href=
"#magic-html"
>
magic-html提取混合网页内容
</a></li>
<li><a
href=
"#links"
>
Links
</a></li>
</ol>
</details>
...
...
mineru/cli/models_download.py
View file @
4b8eb31a
...
...
@@ -42,8 +42,7 @@ def download_and_modify_json(url, local_filename, modifications):
def
configure_model
(
model_dir
,
model_type
):
"""配置模型"""
# json_url = 'https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/mineru.template.json'
json_url
=
'https://gcore.jsdelivr.net/gh/myhloli/Magic-PDF@dev/mineru.template.json'
json_url
=
'https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/mineru.template.json'
config_file_name
=
'mineru.json'
home_dir
=
os
.
path
.
expanduser
(
'~'
)
config_file
=
os
.
path
.
join
(
home_dir
,
config_file_name
)
...
...
signatures/version1/cla.json
View file @
4b8eb31a
...
...
@@ -303,6 +303,14 @@
"created_at"
:
"2025-06-13T04:17:08Z"
,
"repoId"
:
765083837
,
"pullRequestNo"
:
2620
},
{
"name"
:
"Ar-Hyk"
,
"id"
:
55748412
,
"comment_id"
:
2970512136
,
"created_at"
:
"2025-06-13T14:02:16Z"
,
"repoId"
:
765083837
,
"pullRequestNo"
:
2634
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment