mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
chore: debug_heron.py update the test file
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
This commit is contained in:
@@ -9,6 +9,8 @@ from docling.datamodel.pipeline_options import PdfPipelineOptions
|
||||
from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
from docling.datamodel.settings import settings
|
||||
|
||||
DOC_FILE = "2203.01017v2.pdf"
|
||||
|
||||
|
||||
def main():
|
||||
r""" """
|
||||
@@ -35,7 +37,7 @@ def main():
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
pdf_path = args.work_dir / "2305.03393v1-pg9.pdf"
|
||||
pdf_path = args.work_dir / DOC_FILE
|
||||
print(f"Name: {args.name}")
|
||||
print(f"Input file: {pdf_path}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user