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。
安装
$
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.