30 lines
542 B
JSON
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"
|
|
}
|
|
}
|