Skip to content

Commit 84e1ecc

Browse files
author
renzhifei
committed
add VLMDocumentParsingQuality Doc
1 parent add6e0c commit 84e1ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/document_parsing_quality_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ if __name__ == '__main__':
123123
}
124124
input_args = InputArgs(**input_data)
125125
executor = Executor.exec_map["local"](input_args)
126-
126+
127127
# 执行评估
128128
result = executor.execute()
129-
129+
130130
# 查看结果
131131
print(result)
132132
```
@@ -156,4 +156,4 @@ if __name__ == '__main__':
156156

157157
## 参考资料
158158

159-
1. [Dingo 文档](https://deepwiki.com/MigoXLab/dingo) - 完整的 API 文档和更多示例
159+
1. [Dingo 文档](https://deepwiki.com/MigoXLab/dingo) - 完整的 API 文档和更多示例

0 commit comments

Comments
 (0)