UNPKG

n8n-nodes-parse-pdf

Version:

Extract text, tables, and structured data from PDF files using PDF API Hub

55 lines (54 loc) 1.11 kB
{ "name": "n8n-nodes-parse-pdf", "version": "1.0.1", "description": "Extract text, tables, and structured data from PDF files using PDF API Hub", "license": "MIT", "homepage": "https://pdfapihub.com", "keywords": [ "n8n-community-node-package", "n8n", "pdf", "parse-pdf", "extract-text", "extract-tables", "pdfapihub" ], "author": { "name": "Rishabh Dugar", "email": "rishabh.dugar.com@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/PdfApiHub/n8n-nodes-parse-pdf.git" }, "scripts": { "build": "n8n-node build", "dev": "n8n-node dev", "lint": "n8n-node lint", "lint:fix": "n8n-node lint --fix", "release": "n8n-node release" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "strict": true, "credentials": [ "dist/credentials/PdfapihubApi.credentials.js" ], "nodes": [ "dist/nodes/ParsePdf/ParsePdf.node.js" ] }, "devDependencies": { "@n8n/node-cli": "*", "@types/node": "^22.0.0", "eslint": "9.32.0", "typescript": "5.9.2", "release-it": "^19.0.4" }, "peerDependencies": { "n8n-workflow": "*" } }