freespace8/dsh-plugins--plugins-dsh-free-vision0

@freespace8/dsh-free-vision

适用于 DeepSeek Harness 的本地图像理解插件:通过 macOS Vision 在本地进行 OCR、表格布局检测和无文本图像的语义描述,完全在设备端运行(图片不出 Mac)。

AI 分析

核心用途是提供完全本地化、隐私安全的图像识别与 OCR 服务。适合注重数据隐私的 macOS 用户。需要 macOS 系统环境支持。

套件
@freespace8/dsh-free-vision
版本
0.1.2
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:freespace8/dsh-plugins#21734829ebf838b852a9df4d5207c7f59be1289a&path:plugins/dsh-free-vision

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