Install the full PDF parser (pdftext + marker-pdf + CPU-only torch, ~1.5 GB) into an isolated venv. Needed for complex layouts — tables, figures, scanned documents. Skip this if /rtfm:install-pdf (~50 MB, text only) is enough.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add roomi-fields/rtfm --skill install-pdf-full --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Pdf Full?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/roomi-fields-install-pdf-full)More formats (shields.io, HTML) on the badges page.
---
description: Install the full PDF parser (pdftext + marker-pdf + CPU-only torch, ~1.5 GB) into an isolated venv. Needed for complex layouts — tables, figures, scanned documents. Skip this if /rtfm:install-pdf (~50 MB, text only) is enough.
---
Warn the user first: **this downloads ~1.5 GB** (torch CPU-only build is ~500 MB, marker-pdf and its deps add the rest). Confirm they want to proceed before running.
If confirmed, run this command via the Bash tool:
```bash
"${CLAUDE_PLUGIN_ROOT}/bin/rtfm-install-extras" pdf-full
```
After it completes, tell the user to restart Claude Code, then run `rtfm_sync` to re-index PDFs with the richer parser.
The install uses the PyTorch CPU index (`https://download.pytorch.org/whl/cpu`) to avoid pulling the default 5 GB CUDA build. No GPU required.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!