Engine#

class dscat.docs.Engine(*values)[source]#

A document-to-markdown conversion engine.

markitdown#

Microsoft’s markitdown CLI; fast, with broad document-format coverage. The default for every format except PDF.

marker#

The marker PDF converter (the marker_single CLI); higher-quality, layout-aware extraction, and the default for PDFs.

textutil#

The macOS textutil tool, used automatically for legacy .doc and .rtf files that markitdown and marker cannot read.