mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
reformatted code
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
35bd7b9cff
commit
4980b71185
@ -115,7 +115,7 @@ def test_conversions():
|
||||
with open(md_path, "r") as fr:
|
||||
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))
|
||||
|
||||
assert verify_json(
|
||||
|
Loading…
Reference in New Issue
Block a user