n8n-nodes-capivision
Version:
OCR multiengine com visão apurada de capivara — Tesseract, OCR.space, AWS Textract e suporte a layout inteligente.
68 lines (67 loc) • 1.86 kB
JSON
{
"name": "n8n-nodes-capivision",
"version": "0.1.26",
"description": "OCR multiengine com visão apurada de capivara — Tesseract, OCR.space, AWS Textract e suporte a layout inteligente.",
"keywords": [
"n8n-community-node-package",
"n8n",
"ocr",
"tesseract",
"aws-textract",
"ocr-space",
"pdf-ocr"
],
"license": "MIT",
"homepage": "https://www.linkedin.com/in/thawammichels/",
"author": {
"name": "Thawam Michels",
"email": "thawanrmichels@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ThawamMichels/OCR-CAPIVISION.git"
},
"main": "dist/nodes/CapivisionOcr/CapivisionOcr.node.js",
"types": "dist/nodes/CapivisionOcr/CapivisionOcr.node.d.ts",
"scripts": {
"build": "tsc && tsc-alias",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"nodes"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/OcrSpaceApi.credentials.js",
"dist/credentials/AwsTextractApi.credentials.js",
"dist/credentials/OpenAiApi.credentials.js"
],
"nodes": [
"dist/nodes/CapivisionOcr/CapivisionOcr.node.js"
]
},
"devDependencies": {
"@types/node": "^18.19.87",
"@typescript-eslint/parser": "^5.x",
"eslint": "^8.x",
"n8n-workflow": "~1.0.0",
"prettier": "^2.x",
"tsc-alias": "^1.8.8",
"typescript": "~4.9.x"
},
"dependencies": {
"@aws-sdk/client-textract": "^3.x",
"@types/pdf-parse": "^1.1.5",
"axios": "^1.x",
"n8n-core": "~1.0.0",
"openai": "^4.97.0",
"pdf-lib": "^1.17.1",
"pdf.js-extract": "^0.2.1",
"tesseract.js": "^4.1.1"
}
}