Description
n8n-nodes-pdf4me-ai
This is an n8n community node that enables you to integrate PDF4ME’s powerful AI-powered document processing capabilities into your n8n workflows. PDF4ME AI uses advanced machine learning technology to extract structured data from various document types including invoices, contracts, health cards, mortgage documents, bank cheques, credit cards, pay stubs, and marriage certificates.
n8n is a fair-code licensed workflow automation platform.
Table of Contents
- Installation
- Operations
- Credentials
- Usage
- Resources
- Version History
Installation
Community Nodes (Recommended)
For users on n8n v0.187+, you can install this node directly from the n8n Community Nodes panel in the n8n editor:
1. Open your n8n editor
2. Go to Settings > Community Nodes
3. Search for “n8n-nodes-pdf4me-ai”
4. Click Install
5. Reload the editor
Global Installation (Recommended)
For global installation that makes the node available across all n8n projects:
Install globally
npm install -g n8n-nodes-pdf4me-aiRestart n8n to load the new node
n8n start
Manual Installation
You can also install this node manually in a specific n8n project:
1. Navigate to your n8n installation directory
2. Run the following command:
npm install n8n-nodes-pdf4me-ai
3. Restart your n8n server
For Docker-based deployments, add the package to your package.json and rebuild the image:
{
"name": "n8n-custom",
"version": "0.9.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "n8n"
},
"dependencies": {
"n8n": "^1.0.0",
"n8n-nodes-pdf4me-ai": "^0.8.0"
}
}
What’s New in Version 0.8.0
Version 0.8.0 brings comprehensive AI-powered document processing capabilities:
Operations
This node provides AI-powered document processing capabilities through PDF4ME’s AI API. Here are the available operations:
AI-Powered Document Processing
1. AI-Invoice Parser
– Extract structured data from invoices using AI/ML technology
– Automated data entry for accounting systems
– Supports custom field extraction (phone, email, tax ID, etc.)
– Extracts amounts, dates, vendor information, and line items
2. AI-Process Contract
– Extract structured data from contracts using AI/ML technology
– Legal document analysis and review
– Automated contract data extraction
3. AI-Process HealthCard
– Extract structured data from health cards using AI/ML technology
– Member management system integration
– Automated health card data processing
4. AI-Process Mortgage Document
– Extract structured data from mortgage documents using AI/ML technology
– Loan processing automation
– Automated mortgage document analysis
5. AI-Process Bank Cheque
– Extract structured data from bank cheques using AI/ML technology
– Payment processing automation
– Automated cheque data extraction
6. AI-Process Credit Card
– Extract structured data from credit cards using AI/ML technology
– Payment processing automation
– Automated credit card data extraction
7. AI-Process Pay Stub
– Extract structured data from pay stubs using AI/ML technology
– Payroll processing automation
– Automated pay stub data extraction
8. AI-Process Marriage Certificate
– Extract structured data from marriage certificates using AI/ML technology
– Document verification automation
– Automated certificate data extraction
Credentials
To use this node, you need a PDF4ME API key. Here’s how to get started:
1. Sign up for a PDF4ME account at PDF4ME Developer Portal
2. Navigate to your dashboard and obtain your API key
3. In n8n, add your PDF4ME credentials by providing your API key
Usage
This node allows you to automate AI-powered document processing tasks in your n8n workflows. Here are some common use cases:
AI-Powered Document Processing
#### Invoice Processing
#### Contract Analysis
#### Health Card Processing
#### Mortgage Document Processing
#### Payment Document Processing
#### Certificate Processing
Input Methods
All AI operations support multiple input methods for maximum flexibility:
Output Format
All AI operations return structured JSON data containing:
Automated Workflows
For detailed examples and workflow templates, visit our documentation.
Resources
Version History
0.8.0
– AI-Invoice Parser with custom field support
– AI-Process Contract
– AI-Process HealthCard
– AI-Process Mortgage Document
– AI-Process Bank Cheque
– AI-Process Credit Card
– AI-Process Pay Stub
– AI-Process Marriage Certificate