mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
reformatted the code
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
25dbb4e2c5
commit
8c2e3d6e50
@ -96,8 +96,8 @@ def verify_tables(doc_pred: DsDocument, doc_true: DsDocument):
|
|||||||
for i, row in enumerate(true_item.data):
|
for i, row in enumerate(true_item.data):
|
||||||
for j, col in enumerate(true_item.data[i]):
|
for j, col in enumerate(true_item.data[i]):
|
||||||
|
|
||||||
#print("true: ", true_item.data[i][j])
|
# print("true: ", true_item.data[i][j])
|
||||||
#print("pred: ", pred_item.data[i][j])
|
# print("pred: ", pred_item.data[i][j])
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
true_item.data[i][j].text == pred_item.data[i][j].text
|
true_item.data[i][j].text == pred_item.data[i][j].text
|
||||||
|
Loading…
Reference in New Issue
Block a user