pdf-parser
Version:
Convert PDF content and layout information with pdf.js
29 lines (28 loc) • 603 B
JSON
{
"name": "pdf-parser",
"version": "1.0.5",
"description": "Convert PDF content and layout information with pdf.js",
"main": "index.js",
"dependencies": {
"node-ensure": "^0.0.0"
},
"scripts": {
"test": "node pdf2json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dunso/pdf-parser.git"
},
"keywords": [
"pdf",
"parser",
"convertor",
"pdf.js"
],
"author": "dunso",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dunso/pdf-parser/issues"
},
"homepage": "https://github.com/dunso/pdf-parser#readme"
}