// Install Skill
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install mojowebs/digz-skills-arsenal/pdf-ocr-scannerInstall in current project:
npx skillhub install mojowebs/digz-skills-arsenal/pdf-ocr-scanner --projectskill.install.customTargetHelp
npx skillhub install mojowebs/digz-skills-arsenal/pdf-ocr-scanner --target-dir /path/to/skillsSuggested path: ~/.claude/skills/pdf-ocr-scanner/
SKILL.md Content
---
name: pdf-ocr-scanner
description: Reads blurry JPEGs of documents and turns them into searchable text.
status: scaffolded
---
# pdf-ocr-scanner
Reads blurry JPEGs of documents and turns them into searchable text.
## Implementation Status
- [ ] Harvest source code
- [ ] Review for malware & security vulnerabilities
- [ ] Refactor telemetry/unwanted integrations
- [ ] Standardize into Digz Agent execution format
License
No license was declared in this skill's source.
The full license text is available in the source repository.
View the license in the source repository — the version published there is authoritative.
// Install Skill
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install mojowebs/digz-skills-arsenal/pdf-ocr-scannerInstall in current project:
npx skillhub install mojowebs/digz-skills-arsenal/pdf-ocr-scanner --projectskill.install.customTargetHelp
npx skillhub install mojowebs/digz-skills-arsenal/pdf-ocr-scanner --target-dir /path/to/skillsSuggested path: ~/.claude/skills/pdf-ocr-scanner/