Initial commit with translated description
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user