mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
remove verbose print
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
8ab99f9db7
commit
38838a2998
@ -171,8 +171,8 @@ def verify_table_v2(true_item: TableItem, pred_item: TableItem, fuzzy: bool):
|
||||
assert true_item.data is not None, "documents are expected to have table data"
|
||||
assert pred_item.data is not None, "documents are expected to have table data"
|
||||
|
||||
print("True: \n", true_item.export_to_dataframe().to_markdown())
|
||||
print("Pred: \n", true_item.export_to_dataframe().to_markdown())
|
||||
# print("True: \n", true_item.export_to_dataframe().to_markdown())
|
||||
# print("Pred: \n", true_item.export_to_dataframe().to_markdown())
|
||||
|
||||
for i, row in enumerate(true_item.data.grid):
|
||||
for j, col in enumerate(true_item.data.grid[i]):
|
||||
|
Loading…
Reference in New Issue
Block a user