Skip to content

Commit cf51d64

Browse files
committed
Fixes for Omnidoc
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
1 parent 1c16a3d commit cf51d64

File tree

1 file changed

+1
-1
lines changed
  • docling_eval/benchmarks/omnidocbench

1 file changed

+1
-1
lines changed

docling_eval/benchmarks/omnidocbench/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def create_omnidocbench_e2e_dataset(
274274
):
275275

276276
jpg_path = page_tuple[0]
277-
pdf_path = page_tuple[1]
277+
pdf_path = Path(page_tuple[1])
278278

279279
# logging.info(f"file: {pdf_path}")
280280
if not os.path.basename(jpg_path) in gt:

0 commit comments

Comments
 (0)