fixed some issues

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar
2025-01-24 16:25:10 +01:00
parent 8ec3f176eb
commit 60c2a860c4
6 changed files with 84 additions and 37 deletions

View File

@@ -7,4 +7,5 @@ item-0 at level 0: unspecified: group _root_
item-6 at level 2: table with [5x3]
item-7 at level 1: section: group sheet: Sheet3
item-8 at level 2: table with [7x3]
item-9 at level 2: table with [7x3]
item-9 at level 2: table with [7x3]
item-10 at level 2: picture

File diff suppressed because one or more lines are too long

View File

@@ -48,4 +48,6 @@
| 3 | 4 | 5 |
| 3 | 6 | 7 |
| 8 | 9 | 9 |
| 10 | 9 | 9 |
| 10 | 9 | 9 |
<!-- image -->

Binary file not shown.

View File

@@ -53,7 +53,7 @@ def test_e2e_xlsx_conversions():
converter = get_converter()
for xlsx_path in xlsx_paths:
# print(f"converting {xlsx_path}")
print(f"converting {xlsx_path}")
gt_path = (
xlsx_path.parent.parent / "groundtruth" / "docling_v2" / xlsx_path.name