UNPKG

node-red-contrib-pdf-hummus

Version:
32 lines (31 loc) 624 B
{ "name": "node-red-contrib-pdf-hummus", "version": "0.0.3", "description": "Extract Text from a pdf using hummusjs", "dependencies": { "temp": "^0.9.0", "hummus": "^1.0.104", "lodash": "^4.17.14" }, "repository": { "type": "git", "url": "https://github.com/ibm-early-programs/node-red-contrib-pdf-hummus" }, "license": "Apache-2.0", "keywords": [ "node-red", "pdf", "hummusjs" ], "contributors": [ { "name": "Soheel Chughtai", "email": "soheel_chughtai@uk.ibm.com" } ], "node-red": { "nodes": { "pdf-hummus": "nodes/v1.js" } } }