balcoz/dsh-ocr-local3

dsh-ocr-local

Local OCR for DeepSeek Harness: paste/attach an image, get its text via PP-OCRv5 + ONNX Runtime, fully offline. TUI (cc-tui) and Web. / DeepSeek Harness 本地 OCR 插件:图片转文字,PP-OCRv5 + ONNX Runtime,完全离线,支持 TUI 与 Web。

包名
dsh-ocr-local
版本
0.2.6
许可证
NOASSERTION
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:balcoz/dsh-ocr-local

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.