Parse PDF files to markdown using GLM-OCR via Ollama locally. Converts each page to an image, runs OCR, and outputs clean markdown. Use when the user wants to extract text from a PDF.
$npx -y skills add alteredcraft/claude-code-plugins --skill pdf-ocrInstalls into the current project.
Run `npx skills use "https://github.com/alteredcraft/claude-code-plugins" --skill "alteredcraft/claude-code-plugins/pdf-ocr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alteredcraft/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/alteredcraft/claude-code-plugins"` and select the relevant skills, then follow their instructions.