mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-15 16:18:22 +00:00
@@ -115,7 +115,7 @@ def test_conversions():
|
|||||||
with open(md_path, "r") as fr:
|
with open(md_path, "r") as fr:
|
||||||
doc_true_md = "".join(fr.readlines())
|
doc_true_md = "".join(fr.readlines())
|
||||||
|
|
||||||
#doc_ = json.loads(doc_pred_json.model_dump_json())
|
# doc_ = json.loads(doc_pred_json.model_dump_json())
|
||||||
# print(json.dumps(doc_, indent=2))
|
# print(json.dumps(doc_, indent=2))
|
||||||
|
|
||||||
assert verify_json(
|
assert verify_json(
|
||||||
|
|||||||
Reference in New Issue
Block a user