DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Local Ocr Cli — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

local-ocr-cli

Local Ocr Cli

面向纯文本 LLM 的完全本地 OCR CLI:以 PaddleOCR-VL 作为首选引擎,并提供 tesseract 回退,包含 dsh 插件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add local-ocr-cli@0.1.10
README兼容性版本

兼容性与来源证明

Local Ocr Cli 以 local-ocr-cli 发布,当前版本为 0.1.10。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.10stable
2026/8/15
0.1.9stable
2026/8/15
0.1.8stable
2026/8/15
查看其余 4 个版本收起版本
0.1.7stable
2026/8/15
0.1.6stable
2026/8/15
0.1.5stable
2026/8/15
0.1.1stable
2026/8/15

相关插件

正在加载相关插件…

最新版
0.1.10
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
790.5 kB
文件数
30
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
50
最近提交
2026/8/15
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

LocalOCR

Fully-local OCR for text-only LLMs. PaddleOCR-VL first-tier engine, tesseract fallback. Images never leave your machine.

简体中文 · Install guide · CLI manual · Troubleshooting · Output contract · Security

LocalOCR gives a text-only model (DeepSeek, GLM, any of them) real OCR sight, entirely on your machine. It reads local images with the first-tier PaddleOCR-VL-1.6 pipeline (layout analysis + VLM: text, tables, formulas, charts — SOTA on OmniDocBench) and falls back to tesseract when you want something lighter.

  • Local by design. No API keys, no cloud, no network. Images never leave the machine.
  • First-tier engine. PaddleOCR-VL-1.6, quantized and run through llama.cpp — fits comfortably on a 6GB GPU.
  • Evidence, not guesses. Full transcription + reading-order layout regions + per-block coordinates + confidence scores, saved as both Markdown and structured JSON.
  • Drop-in for dsh. One plugin row registers an ocr tool a text-only DeepSeek Harness model can call directly.
  • Hermes-compatible. Ships a skills/local-ocr-hermes/ skill in the agentskills.io format, so NousResearch's hermes-agent can drive the same local engine.

Install (DeepSeek Harness)

dsh plugin --profile web add local-ocr-cli

Then restart dsh. The ocr tool appears on every request.

Install (anywhere)

See INSTALL.md — the Node CLI plus the Python engine (PaddleOCR-VL venv + llama.cpp GGUF server, tesseract optional).

Releases (maintainers)

Publishing to npm is fully automated via Trusted Publishing (OIDC) — no tokens, no 2FA prompts, automatic provenance. Pushing a vX.Y.Z tag triggers .github/workflows/release.yml, which runs typecheck + test + build and then npm publish --provenance.

npm version patch        # bumps version and tags vX.Y.Z
git push --tags          # GitHub Actions publishes to npm

Usage

local-ocr analyze shot.png --engine paddleocr --json
local-ocr analyze invoice.jpg --engine tesseract
local-ocr doctor

Output: JSON with text (markdown transcription), saved_to (md file), json_to (structured JSON: blocks with bbox/order, layout boxes with confidence). See the output contract.

Engines

enginewhatneeds
paddleocr (default)PaddleOCR-VL-1.6: layout + VLM, SOTAPython venv + llama.cpp GGUF server
tesseractclassic OCR, lighttesseract binary

Both run locally. local-ocr doctor checks what is available.

Examples

demowhat it shows
Japanese Instrument of Surrenderdense 1945 historical document: printed clauses + handwritten signatures + multi-nation signature block; 33 structured blocks, 39 layout boxes
Diamond Sutra Calligraphyvertical traditional-Chinese Song-dynasty calligraphy, read in correct column order

Docs

docread when
CLI manualevery flag, subcommand
Configurationsetting up engines
Troubleshootinga run failed
Capability boundarieswhat the engine can and cannot read
Output contractconsuming the JSON
Securitywhat LocalOCR never does

Releasing (maintainers)

This project publishes to npm automatically via OIDC Trusted Publishing — see the engineering-playbook npm OIDC guide for the general recipe and failure modes. Short form: npm version patch && git push --tags.

License

MIT

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。Codexdsh-codexChatGPT OAuth、Codex 模型、搜索、read_image URL 支持,以及适用于 DeepSeek Harness 的 gpt-image-2 生成