Files
openclaw-master-skills/skills/pdf-text-extractor/package.json
T
MyClaw AI 3e83cee039 feat: expand to 339+ curated skills (v0.3.0)
- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
2026-03-11 11:54:00 +00:00

30 lines
542 B
JSON

{
"name": "pdf-text-extractor",
"version": "1.0.0",
"description": "Extract text from PDFs with OCR support. Zero dependencies.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"pdf",
"ocr",
"text",
"extraction",
"document",
"digitization"
],
"author": "Vernox",
"license": "MIT",
"dependencies": {
"pdfjs-dist": "^3.11.174"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/vernox/skills"
}
}