henryxiao709/dsh-pdf
henryxiao709★ 0JavaScript最后同步: 2026-08-16
DSH-PDF插件,让 AI 助手读取任意大小的 PDF 文件: 通过 pdfjs-dist 提取完整 Unicode 文本层(中文、英文及其它文字系统),并对扫描件/图片页自动 OCR, 手写笔记也能变成可读文本。DSH-PDF plugin — read any-size PDFs in DeepSeek Harness: full Unicode text (Chinese/English) via pdfjs-dist + automatic OCR (Windows WinRT / tesseract.js) for scanned pages. MIT.
README 摘要
dsh-pdf — PDF Reader Plugin for DeepSeek Harness 中文说明 A DeepSeek Harness (DSH) plugin that lets the agent read PDF files of any size — no 64KB limit . It extracts the full Unicode text layer (Chinese, English, any script) via pdfjs-dist , and automatically OCRs scanned / image-heavy pages so even handwritten lecture notes become readable text. ✨ Features - read pdf tool — returns PDF text page by page ( pages="1-3" , "2" , "1,3-5" , "all" ). - No 64KB cap — single-file limit defaults to 200 MB ( maxFileBytes ). - Full Unicode text layer — Chinese & English out of the box, other scripts too. - Automatic OCR fallback ( mode: auto ): pages with little text are rendered and OCR'd: - Windows WinRT OCR (primary, zero-install): uses the OS built-in zh-Hans-CN + en-US recognizers; - tesseract.js (optional): drop chi sim.traineddata(.gz) and eng.traineddata(.gz) into /tessdata/ to enable. - Mode control — mode=text (text layer only, fast), mode=ocr (force OCR every page), ocrEngine=windows tesseract . - MIT licensed — free to use, modify and redistribute. 📦 Requirements - A running DeepSeek Harness instance (profile web or any Cordis-based host) - Node.js ≥ 20 (for the host) - Windows with…
在 GitHub 查看完整 README →分类
The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
★ 2,047
Anionex/agent-vision-toolkit为纯文本模型"看图“设计更好的视觉工具箱和技能,支持多图理解,图片问答,前端UI还原、GUI 自动化等,并可选无缝接入多个主流agent,直接识别粘贴图片| A vision toolkit and skill designed for text-only llms — image Q&A, long-screenshot OCR, frontend UI restoration, and GUI automation, with optional seamless integration for Codex, Claude Code, Pi, Oh My Pi, and OpenCode
★ 920
Anionex/dsh-vision-toolkit让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, and Web UI.
★ 457