Commit 29478dd6 authored by 赵小蒙's avatar 赵小蒙
Browse files

update readme

parent 4e80f0c1
......@@ -20,7 +20,7 @@
## Introduction
MinerU is a one-stop, open-source data extraction tool, primarily includes the following features:
MinerU is a one-stop, open-source, high-quality data extraction tool, includes the following primary features:
- [Magic-PDF](#Magic-PDF) PDF Document Extraction
- [Magic-Doc](#Magic-Doc) Webpage & E-book Extraction
......@@ -86,9 +86,10 @@ pip install magic-pdf
###### simple
```bash
cp magic-pdf.template.json to ~/magic-pdf.json
cp magic-pdf.template.json ~/magic-pdf.json
magic-pdf pdf-command --pdf "pdf_path" --model "model_json_path"
```
After the program has finished, you can find the generated markdown files under the directory "/tmp/magic-pdf".
###### more
......
......@@ -20,7 +20,7 @@
## 简介
MinerU 是一款一站式开源数据提取工具,主要包含以下功能:
MinerU 是一款一站式开源、高质量的数据提取工具,主要包含以下功能:
- [Magic-PDF](#Magic-PDF) PDF文档提取
- [Magic-Doc](#Magic-Doc) 网页与电子书提取
......@@ -84,9 +84,10 @@ pip install magic-pdf
###### 直接使用
```bash
cp magic-pdf.template.json to ~/magic-pdf.json
cp magic-pdf.template.json ~/magic-pdf.json
magic-pdf pdf-command --pdf "pdf_path" --model "model_json_path"
```
程序运行完成后,你可以在"/tmp/magic-pdf"目录下看到生成的markdown文件
###### 更多用法
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment