jing-hy/picturereader2

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 的任务。

패키지
picturereader
버전
1.0.2
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jing-hy/picturereader

使用

直接对模型说:

用 image_scan 看一下 这张图,细看感兴趣的部分

模型会加载 image-reading 方法论自动执行完整流程(定调 → 找主体 → 验证 → 描述)。