From 3afbe6c9695d52cf6ed8b48b2f403df7d53342e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 28 Apr 2025 09:51:54 +0300 Subject: [PATCH] docs: update supported formats guide (#1463) Signed-off-by: Emmanuel Ferdman --- docs/usage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/index.md b/docs/usage/index.md index acf3397..37972e3 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -200,7 +200,7 @@ You can limit the CPU threads used by Docling by setting the environment variabl using a `DocumentConverter` (high-level API) as discussed in the sections above should suffice — and is the recommended way. -By default, Docling will try to identify the document format to apply the appropriate conversion backend (see the list of [supported formats](../supported_formats.md)). +By default, Docling will try to identify the document format to apply the appropriate conversion backend (see the list of [supported formats](supported_formats.md)). You can restrict the `DocumentConverter` to a set of allowed document formats, as shown in the [Multi-format conversion](../examples/run_with_formats.py) example. Alternatively, you can also use the specific backend that matches your document content. For instance, you can use `HTMLDocumentBackend` for HTML pages: