From d5e65aedac23d6849c805a0e88dd06f2a285eb18 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:51:21 +0100 Subject: [PATCH] docs: add artifacts-path param to CLI (#233) 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 06d2c3c..f58a72d 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. │ ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ + ```