赵小蒙 1 год назад
Родитель
Сommit
29478dd6b5
2 измененных файлов с 6 добавлено и 4 удалено
  1. 3 2
      README.md
  2. 3 2
      README_zh-CN.md

+ 3 - 2
README.md

@@ -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 
 

+ 3 - 2
README_zh-CN.md

@@ -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文件
 
 ###### 更多用法