AI Agent Hub
Back to plugins
🧰

dsh-anydoc-markdown

Web Tools Updated 2026.08.31

Run the following command in DeepSeek Harness:

dsh plugin install SeerableOfficial/dsh-anydoc-markdown

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install SeerableOfficial/dsh-anydoc-markdown in your terminal to add the document-to-Markdown plugin to your DeepSeek Harness; the source repository is https://github.com/SeerableOfficial/dsh-anydoc-markdown .

About this plugin

In a DeepSeek Harness workflow, when an agent processes Word, PowerPoint, Excel, PDF, EPUB, and other documents, two problems stand out: plain-text extraction loses table structure, formulas, footnotes, and speaker notes, while embedded images remain completely invisible to a text-only model. dsh-anydoc-markdown solves both by converting virtually every common document format into clean GitHub-Flavored Markdown, faithfully preserving heading hierarchy, tables, lists, equations, links, and footnotes.

Every embedded image is passed to a vision-language model in controlled batches (up to 10 per request by default, avoiding a single oversized prompt that degrades inference). The resulting description replaces the image placeholder in the Markdown so a text-only model can reason about charts, screenshots, and diagrams. When no vision endpoint is configured, the plugin gracefully falls back to honest offline metadata descriptions with zero network calls and no API key needed. The output (a Markdown file plus every extracted image saved as a PNG) lives together in a single subfolder, making it portable out of the box.

This plugin suits teams that want their agent to summarise business reports, parse formula-heavy academic papers, or interpret architecture diagrams embedded in slide decks. Interaction is drag-and-drop: drop documents onto the Composer page, see them as cards in the input dock, and submit. The agent then calls the convert_document tool on demand with no pre-configuration required.

Use Cases

  • Let an agent reason about architecture diagrams and tables embedded in a PowerPoint deck
  • Batch-convert PDF reports to Markdown while preserving formulas and footnotes
  • Convert EPUB or CSV files to plain-text Markdown for LLM processing in an offline environment

Best For

  • Developers building agents that summarise or answer questions over business documents
  • Research teams handling formula-heavy papers and screenshot-rich technical documentation
  • Teams needing a document-to-text pipeline in dsh workflows without a local vision model