Rtfm.Ocr banner
roomi-fields roomi-fields

Rtfm.Ocr

Development community

Description

--- description: Enable persistent OCR fallback for scanned PDFs and run the OCR pass in the background --- The user wants to enable OCR for scanned PDFs in this project. Run `rtfm sync --ocr` using the Bash tool. This command: - Writes `"ocr_fallback": true` to `.rtfm/config.json`, so every future sync (CLI or auto-sync hook) automatically OCRs scans. - Invalidates the tracked hash of every PDF currently flagged in `.rtfm/seen_scans.json`, so the next incremental sync re-ingests them th

Installation

Installs to ~/.claude/skills/roomi-fields-rtfm-rtfm.ocr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/roomi-fields-rtfm-rtfm.ocr && curl -fsSL https://raw.githubusercontent.com/roomi-fields/rtfm/HEAD/commands/rtfm.ocr.md -o ~/.claude/skills/roomi-fields-rtfm-rtfm.ocr/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository