From 2b16e0cd90f97dd4e484a65a44b3877a58499b74 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:32:14 +0100 Subject: [PATCH] docs: add artifacts-path param to CLI Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- docs/usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 06d2c3c19..f58a72dd7 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -55,6 +55,9 @@ $ docling --help │ --table-mode [fast|accurate] The mode to use in the table structure │ │ model. │ │ [default: fast] │ +│ --artifacts-path PATH If provided, the location of the model │ +│ artifacts. │ +│ [default: None] │ │ --abort-on-error --no-abort-on-error If enabled, the bitmap content will be │ │ processed using OCR. │ │ [default: no-abort-on-error] │ @@ -64,6 +67,7 @@ $ docling --help │ --version Show version information. │ │ --help Show this message and exit. │ ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ + ```