ocr
Installation
SKILL.md
ocr
Instructions only. Every action is the bundled ocr CLI under the skill pack (self-contained binary). One process, JSON on --json, then exit. On ok:false follow error.hint. Never invent document text. Stdio skill, not MCP.
Hard ban (install tools)
Never run pip, pip3, python -m pip, uv, uvx, uv pip, uv sync, apt, apk, or any package installer for OCR. The pack already ships dist/ocr. If the binary is missing or fails, stop and report that; do not bootstrap an environment.
Resolve CLI once
First hit wins; reuse for the session:
test -x .noob/skills/ocr/ocr && echo .noob/skills/ocr/ocr
test -x ./ocr && echo ./ocr
command -v ocr-skill
Then only: