dsh-ds-attach:DeepSeek Harness 的附件上传与文档文本注入插件
dsh-ds-attach 是 wqx-txdsyl 维护的 MIT 协议 DeepSeek Harness 插件(v0.1.0,依赖 @deepseek-ai/cordis ^4.0.1),旨在为 DSH web 客户端复刻 chat.deepseek.com 的附件体验。核心功能包括:通过回形针按钮或拖拽上传文件;显示带官方图标、状态(上传/解析/完成/失败)的 240×64px 文件卡片;支持 PDF、DOCX、XLSX、TXT/MD 及代码文件的文本提取(默认 15 万字符预算,段落边界截断);将提取文本结构化注入消息供模型读取;发送后自动清空附件区。图片自动走原生视觉管线,扫描版 P
Read Moredsh-doc: DeepSeek Harness Full-Local Document Parsing and Offline OCR
dsh-doc is an MIT-licensed plugin for DeepSeek Harness released by Sqhao-O. It locally parses PDFs, Office documents, images, and scanned files, outputting Markdown, plain text, or JSON without requiring Docker, HTTP services, or API keys. On Windows x64, it can mount pre-built Python + Xberg runtimes and offline Tesseract (for Chinese and English); other platforms fall back to the Node engine. The installation command is `dsh plugin --profile web add dsh-doc`. After configuring the engine via `cordis.patch.yml`, it can be used through `dshdoc_health` and `dshdoc_extract`.
Read MoreUse dsh-docs to let DeepSeek Harness parse PDFs, Office documents and scanned files locally
dsh-docs is a fully local documentation plugin for DeepSeek Harness maintained by Sqhao-O. It can parse PDF, Office documents, images and scanned documents within authorized directories. For Windows x64 systems, it uses offline Python/Tesseract OCR with fixed hash verification, while other platforms fall back to Node Xberg. The directory installation command is `dsh plugin add github:Sqhao-O/dsh-docs`, and the npm package `dsh-doc` is recommended for web scenarios.
Read MoreConnect MinerU Document Parsing to DeepSeek Harness with dsh-plugin-mineru
# dsh-plugin-mineru, maintained by HuanLinOTO, integrates MinerU FastAPI with DeepSeek Harness: it can convert PDF, images, DOCX, PPTX and XLSX files to Markdown/JSON. This article covers the catalog page, verification of installation commands via GitHub and npm, five tools, baseURL configuration, and important notes such as the requirement to build MinerU locally and not use the default port 18000.
Read More