lubenweimeiyoukaig/dsh-file-upload-local0

dsh-file-upload-local

Local file-upload plugin for DeepSeek Harness: a paperclip button and drag-and-drop that store files per-session under .dsh-uploads/<sessionId>/, plus a read_document tool that pages text and OCRs images (tesseract.js) so a text-only model can still read screenshots.

AI 분석

核心用途是为 DSH 补充本地文件上传与解析能力。适合需要向 AI 投喂本地文档、表格,甚至通过 OCR 识别截图内容的用户。必要条件是需本地运行。

패키지
dsh-file-upload-local
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 5.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lubenweimeiyoukaig/dsh-file-upload-local

Configuration

- id: dsh-file-upload-local
  config:
    uploadMaxBytes: 26214400   # single upload body cap
    uploadTtlMs: 604800000     # 7 days
    sweepIntervalMs: 3600000   # TTL sweep interval
    maxConcurrentUploads: 4
    maxFileBytes: 26214400     # read_document read cap
    readLimit: 2000            # max lines per read_document page
    ocrLangs: 'chi_sim+eng'    # tesseract language pack