Package Information
Downloads: 5 weekly / 21 monthly
Latest Version: 0.1.3
Author: Recognito
Documentation
Recognito n8n Node
This is an n8n community node. It lets you use Recognito in your n8n workflows.
Recognito is a document processing platform that extracts structured data from various document types like PDFs, images.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Recognito actions
- Import document from File
- use
binaryDatafrom the previous node to pass the file - Example: Send files from any source that contains your files to Recognito system to extract data.
- use
Recognito triggers
- Document analysed
- Once a document is analysed in Recognito system, this will trigger a workflow
- Document validated
- Once a document is validated in Recognito system, this will trigger a workflow
Credentials
To connect to Recognito with N8N system you need to:
- Login to Recognito system (https://app.recognito.io)
- If you don't have any projects yet, create one.
- Go to Settings -> API keys
- Create new API key
- Name: Name of the API key
- Expiration: Expiration date of the API key
- Permissions: Select projects and permissions (Upload documents permission is required for Upload document action)
- Copy API key
- Paste the API key in the Access token credential setup.