pdf-data-parser
Version:
Parse, search and stream PDF tabular data using Node.js with Mozilla's PDF.js library.
34 lines (33 loc) • 884 B
JSON
{
"name": "pdf-data-parser",
"version": "1.2.19",
"description": "Parse, search and stream PDF tabular data using Node.js with Mozilla's PDF.js library.",
"author": "Drew O. Letcher",
"license": "MIT",
"keywords": [
"pdf",
"parser",
"pdf.js"
],
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "test/pdfdataparser.js"
},
"bin": {
"pdp": "pdf-data-parser.js",
"pdfdataparser": "pdf-data-parser.js"
},
"repository": "git@github.com/drewletcher/pdf-data-parser.git",
"homepage": "https://github.com/drewletcher/pdf-data-parser#readme",
"bugs": "https://github.com/drewletcher/pdf-data-parser/issues",
"dependencies": {
"colors": "^1.4.0",
"jsonc-parser": "^3.3.1",
"pdfjs-dist": "^4.10.38"
}
}