READMESource: main@6956ad77
dsh-ocr-plugin
DeepSeek Harness (DSH) 的 OCR 插件,为纯文本模型提供图片文字识别能力。
基于 小笨羊 OCR API,支持图片 URL、Base64 编码、本地文件路径三种输入方式。
功能
- set_ocr_api_key — 在聊天中设置 API 密钥(自动持久化,重启有效)
- ocr — 通过图片 URL 识别文字
- ocr_for_data_base64 — 通过 Base64 编码识别文字
- ocr_for_data_file — 通过本地文件路径识别文字
安装
方式一:从 GitHub 直接安装(推荐)
# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/dsh-ocr-plugin
方式二:从本地目录安装(开发模式)
# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/dsh-ocr-plugin
方式三:通过 cordis.patch.yml 开发调试
dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml
配置
获取 API 密钥
前往 小笨羊官网 注册并获取 API 密钥。
No comments yet. Be the first to write one.