From d662a787d19393b8f13edd6cb5b50666fc87c94c Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:34:50 +0100 Subject: [PATCH] touch to trigger needed checks Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index b67542e8..aacae73d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -118,7 +118,7 @@ from docling.datamodel.pipeline_options import PdfPipelineOptions from docling.document_converter import DocumentConverter, PdfFormatOption from docling.pipeline.standard_pdf_pipeline import StandardPdfPipeline -#to explicitly prefetch: +# # to explicitly prefetch: # artifacts_path = StandardPdfPipeline.download_models_hf() artifacts_path = "/local/path/to/artifacts"