Engine#
- class dscat.docs.Engine(*values)[source]#
A document-to-markdown conversion engine.
- markitdown#
Microsoft’s
markitdownCLI; fast, with broad document-format coverage. The default for every format except PDF.
- marker#
The
markerPDF converter (themarker_singleCLI); higher-quality, layout-aware extraction, and the default for PDFs.
- textutil#
The macOS
textutiltool, used automatically for legacy.docand.rtffiles that markitdown and marker cannot read.