fixed the html tests

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-10-29 17:39:47 +01:00
parent 5c8e06fbde
commit fc12cda82b

View File

@ -81,7 +81,7 @@ def test_e2e_html_conversions():
# print(f"converting {html_path}")
gt_path = (
docx_path.parent.parent / "groundtruth" / "docling_v2" / docx_path.name
html_path.parent.parent / "groundtruth" / "docling_v2" / html_path.name
)
conv_result: ConversionResult = converter.convert(html_path)