Question
I see the recent version added support for slim packages, but it's not exactly clear how to use them. For example, if I need to convert docx to markdown, which packages to install?
I've tried docling-slim[format-office] (and docling-slim[format-office,convert-core,extract-core]) only and receive errors when importing DocumentConverter that indicate a dependency on DoclingParseDocumentBackend.
I then tried adding docling-core and docling-parse only to receive errors regarding the HTMLDocumentBackend and BeautifulSoup.
Question
I see the recent version added support for slim packages, but it's not exactly clear how to use them. For example, if I need to convert docx to markdown, which packages to install?
I've tried
docling-slim[format-office](anddocling-slim[format-office,convert-core,extract-core]) only and receive errors when importingDocumentConverterthat indicate a dependency onDoclingParseDocumentBackend.I then tried adding docling-core and docling-parse only to receive errors regarding the
HTMLDocumentBackendand BeautifulSoup.