We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa19933 commit add6e0cCopy full SHA for add6e0c
docs/document_parsing_quality_guide.md
@@ -28,11 +28,10 @@ dingo/
28
│── examples/
29
│ └── document_parser/
30
│ └── vlm_document_parser_quality.py # 单条评估示例
31
- ├── test/ # 测试输入输出目录
+ └── test/ # 测试输入输出目录
32
└── data/ # 图像相关数据
33
- ├── image_label/ # 图片标注输入示例(含图片和标注数据json)
34
- ├── overlap_visual_image/ # 重叠可视化输出示例
35
- └──label_visual_image/ # 标签可视化输出示例
+ ├── test_img_md.jsonl # 输入的jsonl示例
+ └── c6be64e4-1dd4-4bd4-b923-55a63a6de397_page_1.jpg # 输入的示例图片
36
```
37
38
##### 评估提示词
0 commit comments