dsh-ocr-local
DSH 完全离线的本地 OCR 插件,基于 PP-OCRv5 和 ONNX Runtime,支持图片转文字,兼容 TUI 与 Web 端。
AI 分析
核心用途是本地图片文字识别。适合对数据隐私要求高、需要在无网环境下快速提取图片中文字信息的 DSH 用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:balcoz/dsh-ocr-local說明文件
閱讀完整 README ↗Usage
ocr_image { "path": "C:/path/to/image.png", "full": false }
path: absolute image path (png/jpg/webp). Required.full: optional, return structured JSON (text blocks with confidence + box coordinates) instead of plain text.
The tool returns recognized text lines; if the engine is not installed it returns setup instructions instead.