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
8c6a9dba
Commit
8c6a9dba
authored
Jun 13, 2025
by
myhloli
Browse files
feat: update README_zh-CN to improve structure and clarity of MinerU usage sections
parent
694bc0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
README_zh-CN.md
README_zh-CN.md
+5
-9
No files found.
README_zh-CN.md
View file @
8c6a9dba
...
...
@@ -495,9 +495,9 @@ uv pip install "mineru[all]>=2.0.0" -i https://mirrors.aliyun.com/pypi/simple
uv pip
install
-e
.[all]
-i
https://mirrors.aliyun.com/pypi/simple
```
## 2.使用
##
## 2.使用
MinerU
### 命令行
###
### 命令行
最简单的命令行方式使用MinerU
```
commandline
...
...
@@ -564,7 +564,7 @@ Options:
--help Show this message and exit.
```
MinerU现已使用自动模型下载功能,默认为运行时在第一次加载时下载当前所需要的模型文件,默认使用huggingface作为模型源,如您的网络无法访问huggingface,您可以通过以下方式切换为modelscope源
MinerU现已使用自动模型下载功能,默认为运行时在第一次加载时下载当前所需要的模型文件,默认使用
`
huggingface
`
作为模型源,如您的网络无法访问
`
huggingface
`
,您可以通过以下方式切换为
`
modelscope
`
源
```
commandline
mineru -p <input_path> -o <output_path> --source modelscope
```
...
...
@@ -606,11 +606,11 @@ mineru -p <input_path> -o <output_path>
> [!TIP]
> 更多有关输出文件的信息,请参考[输出文件说明](docs/output_file_zh_cn.md)
### API
###
##
API
[
通过Python代码调用MinerU
](
demo/demo.py
)
### 部署衍生项目
###
##
部署衍生项目
衍生项目包含项目开发者和社群开发者们基于MinerU的二次开发项目,
例如基于Gradio的应用界面、基于Fastapi的webapi、轻量级的多卡负载均衡c/s端等,
...
...
@@ -618,10 +618,6 @@ mineru -p <input_path> -o <output_path>
具体部署方式请参考
[
衍生项目readme
](
projects/README_zh-CN.md
)
### 二次开发
TODO
# TODO
-
[x] 基于模型的阅读顺序
...
...
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