haifeiWu/dsh-ocr
haifeiWu★ 0TypeScript最后同步: 2026-08-15
DSH plugin: local OCR and image understanding for dsh — inlined image previews in Web tool cards
README 摘要
dsh-ocr — dsh 看图插件 dsh-ocr lets DSH (DeepSeek Harness) "see images" — fully local text recognition and image understanding with no cloud vision routing, so any agent model (including text-only ones) can read images. It also embeds inline image previews in Web GUI tool-result cards. - ocr image — macOS Vision framework: millisecond-level OCR returning text lines + pixel coordinates (no Ollama needed) - view image — local VLM via Ollama (default qwen2.5vl:3b ): describe, transcribe, or Q&A on images with custom prompts - Client UI registers inline previews (thumbnail + lightbox) for read image / screenshot / view image / ocr image tool cards 以下为中文文档 / Chinese documentation below: 让 dsh(DeepSeek Harness)"看图": 本地 文字识别与图像理解,不依赖云端视觉路由,任何 agent 模型(含纯文本)都能用;同时在 Web GUI 的工具卡片里 内嵌显示图片预览 。 功能 工具 引擎 说明 ocr image macOS Vision(系统内置) 毫秒级文字识别:返回每行文本 + 像素坐标(左上角原点),无需 Ollama view image Ollama 本地 VLM(默认 qwen2.5vl:3b ) 看图理解:默认中文详细描述,支持自定义 prompt(转写/问答) 客户端 UI:为 read image / screenshot / view image / ocr image 的工具结果卡片注册内嵌图片预览(缩略图 + 点击灯箱原图),补上官方"工具结果卡片无内嵌图像预览"的缺口。 安装 前置:macOS(Vision OCR 依赖)、Ollama( brew install ollama )+ 模型( ollama pull qwen2.5vl:3b )。 1. 构建: 2. 挂载到 profile(web 为例): 在 $DSH HOME/profiles…
在 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