HiSeax/dsh-image-to-text
HiSeax★ 0JavaScript最后同步: 2026-08-15
DSH plugin: lets text-only (non-multimodal) models send and read images — bypasses the image admission gate, rewrites image blocks to local paths, and OCRs/describes them via configurable vision API providers (image_to_text tool).
README 摘要
dsh-image-to-text English 简体中文 Let text-only (non-multimodal) models accept images in DSH. By default DSH refuses to send images to models whose inputModalities do not include image — you get Model does not support image input / MODEL DOES NOT SUPPORT IMAGES , and text-only adapters reject raw image blocks with UNSUPPORTED CONTENT . This plugin solves that problem: - Bypasses the image admission gate for non-multimodal models, so image uploads are accepted into the conversation. - Rewrites image blocks into local file paths right before the request reaches the text-only adapter, so the model request stays text-only and never trips UNSUPPORTED CONTENT . - Registers the image to text model tool , which OCRs/describes those images through configurable vision API providers (multi-image, priority-based failover), then returns the recognized text to the model. No DSH source code is modified — everything is a self-contained plugin. Highlights - 🔓 Images become sendable in DSH sessions even when the active model is not multimodal (pi-ai / DeepSeek and other text-only routes). - 🖼️ image to text tool: OCR + description, multiple images per call, automatic provider failover. - 🔧 Every pro…
在 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、版面、语义)。
★ 1,700
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
★ 884
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.
★ 405