freespace8/dsh-plugins--plugins-dsh-free-vision ↗★ 0
@freespace8/dsh-free-vision
Local image understanding for the DeepSeek Harness: OCR, table-layout detection, and semantic description of textless images via macOS Vision, fully on-device (images never leave your Mac). 本地化识图,图片不出本机。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:freespace8/dsh-plugins#21734829ebf838b852a9df4d5207c7f59be1289a&path:plugins/dsh-free-vision说明文档
阅读完整 README ↗Configuration
Override any field in the profile's cordis.patch.yml by id (the config
block is replaced wholesale):
- id: free-vision
config:
scriptPath: "" # absolute path to ocr.swift; empty = use the bundled script
timeout: 120000 # swift execution timeout (ms); keep it generous for first-run compilation
saveDir: "" # directory for pasted images; default ~/Pictures/dsh-free-vision
maxImageSize: 20971520 # max pasted-image size (bytes); default 20 MB