docs: update supported formats guide

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman 2025-04-25 14:31:20 -07:00
parent 94d66a0765
commit 6f609b70b6
No known key found for this signature in database
GPG Key ID: 0CF84597DD87A9FF

View File

@ -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 using a `DocumentConverter` (high-level API) as discussed in the sections above
should suffice  and is the recommended way. 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. 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: Alternatively, you can also use the specific backend that matches your document content. For instance, you can use `HTMLDocumentBackend` for HTML pages: