Sub-skill of pdf-text-extractor: Example Usage.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill example-usage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example Usage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-example-usage)More formats (shields.io, HTML) on the badges page.
---
name: pdf-text-extractor-example-usage
description: 'Sub-skill of pdf-text-extractor: Example Usage.'
version: 1.2.0
category: data
type: reference
scripts_exempt: true
---
# Example Usage
## Example Usage
```bash
# Extract single PDF
python extract.py document.pdf --db output.db
# Extract directory
python extract.py /path/to/pdfs --db knowledge.db
# Check progress
python extract.py --stats --db knowledge.db
# With custom chunk size
python extract.py /path/to/pdfs --chunk-size 1500
```
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!