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

@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). 本地化识图,图片不出本机。

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