We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add6e0c commit 84e1eccCopy full SHA for 84e1ecc
docs/document_parsing_quality_guide.md
@@ -123,10 +123,10 @@ if __name__ == '__main__':
123
}
124
input_args = InputArgs(**input_data)
125
executor = Executor.exec_map["local"](input_args)
126
-
+
127
# 执行评估
128
result = executor.execute()
129
130
# 查看结果
131
print(result)
132
```
@@ -156,4 +156,4 @@ if __name__ == '__main__':
156
157
## 参考资料
158
159
-1. [Dingo 文档](https://deepwiki.com/MigoXLab/dingo) - 完整的 API 文档和更多示例
+1. [Dingo 文档](https://deepwiki.com/MigoXLab/dingo) - 完整的 API 文档和更多示例
0 commit comments