pdf-text
Version:
Extract an array of text chunks from a pdf
31 lines (30 loc) • 587 B
JSON
{
"name": "pdf-text",
"version": "0.4.0",
"description": "Extract an array of text chunks from a pdf",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pdf-text.git"
},
"keywords": [
"pdf",
"text"
],
"author": "Brian M. Carlson",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianc/node-pdf-text/issues"
},
"devDependencies": {
"mocha": "~1.14.0",
"okay": "~0.3.0"
},
"dependencies": {
"lodash": "~2.3.0",
"pdf3json": "0.2.0"
}
}