update mermaid

This commit is contained in:
赵小蒙
2024-06-27 11:47:53 +08:00
parent 4373ccc32f
commit ab1fbd6414

View File

@@ -42,11 +42,11 @@ Magic-PDF 是一款将 PDF 转化为 markdown 格式的工具。支持转换本
```mermaid
graph LR
A[PDF文件] --> B("步骤1: 使用模型分析PDF")
click B "https://github.com/wangbinDL/pdf-extract-kit" "模型仓库"
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" "Benchmark仓库"
click E "https://github.com/opendatalab/Miner-PDF-Benchmark"
```
## 上手指南