Browse Source

update Flowchart and Submodule Repositories

赵小蒙 1 năm trước cách đây
mục cha
commit
a8730cc99a
4 tập tin đã thay đổi với 16 bổ sung9 xóa
  1. 9 0
      README.md
  2. 7 9
      README_zh-CN.md
  3. BIN
      docs/images/flowchart_en.png
  4. BIN
      docs/images/flowchart_zh_cn.png

+ 9 - 0
README.md

@@ -37,6 +37,15 @@ Key features include:
 
 ![Project Panorama](docs/images/project_panorama_en.png)
 
+## Flowchart
+
+![Flowchart](docs/images/flowchart_en.png)
+
+### Submodule Repositories
+
+- [pdf-extract-kit](https://github.com/wangbinDL/pdf-extract-kit)
+- [Miner-PDF-Benchmark](https://github.com/opendatalab/Miner-PDF-Benchmark)
+
 ## Getting Started
 
 ### Requirements

+ 7 - 9
README_zh-CN.md

@@ -39,15 +39,13 @@ Magic-PDF 是一款将 PDF 转化为 markdown 格式的工具。支持转换本
 
 ## 流程图
 
-```mermaid
-graph LR
-       A[PDF文件] --> B("步骤1: 使用模型分析PDF")
-       click B "https://github.com/wangbinDL/pdf-extract-kit"
-       B --> C("步骤2: 使用magic-pdf解析PDF")
-       C --> D[Markdown文档]
-       D --> E("步骤3: 使用Benchmark/质检工具测试转换质量")
-       click E "https://github.com/opendatalab/Miner-PDF-Benchmark"
-```
+![流程图](docs/images/flowchart_zh_cn.png)
+
+### 子模块仓库
+
+- [pdf-extract-kit](https://github.com/wangbinDL/pdf-extract-kit)
+- [Miner-PDF-Benchmark](https://github.com/opendatalab/Miner-PDF-Benchmark)
+
 
 ## 上手指南
 

BIN
docs/images/flowchart_en.png


BIN
docs/images/flowchart_zh_cn.png