mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-29 21:44:32 +00:00
fixed the html tests
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
5c8e06fbde
commit
fc12cda82b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user