From 2e260cdec49393f7204a11e2b93ce985a22873bf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 4 Aug 2025 15:15:23 +0200 Subject: [PATCH] #7678 --- resources/tools/docling/convert_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools/docling/convert_page.py b/resources/tools/docling/convert_page.py index 7cbf9a4..8079c54 100644 --- a/resources/tools/docling/convert_page.py +++ b/resources/tools/docling/convert_page.py @@ -28,7 +28,7 @@ j=0 for md in allpages.split(""): i+=1 j+=1 - while os.stats(Path(sys.argv[2] + "/../texts/ph{j}.html")).st_size < 21: + while os.stats(Path(sys.argv[2] + "/../texts/fh{j}.html")).st_size < 21: Path(sys.argv[2]+"p"+str(j)+".md").write_text("") j+=1 Path(sys.argv[2]+"p"+str(j)+".md").write_text(md) -- 2.39.5