picturereader
DSH plugin: pixel-to-text image reading for text-only models. Downscales and color-quantizes PNG/JPEG/GIF/BMP and feeds the coarse pixel grid to the model so DeepSeek can 'see' layout, colors and rough shapes without a vision model.
AI 分析
核心用途是让纯文本模型无需视觉多模态即可感知图片的大致结构和颜色。适合在不使用视觉模型的情况下,需要对图片进行粗略分析和 OCR 的任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jing-hy/picturereaderドキュメント
README 全文を読む ↗使用
直接对模型说:
用 image_scan 看一下 这张图,细看感兴趣的部分
模型会加载 image-reading 方法论自动执行完整流程(定调 → 找主体 → 验证 → 描述)。