recognito

Official n8n Recognito node. Use Recognito in n8n to extract structured data from emails, PDFs, images then use the extracted data in your workflows.

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 binaryData from the previous node to pass the file
    • Example: Send files from any source that contains your files to Recognito system to extract data.

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:

  1. Login to Recognito system (https://app.recognito.io)
  2. If you don't have any projects yet, create one.
  3. Go to Settings -> API keys
  4. 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)
  5. Copy API key
  6. Paste the API key in the Access token credential setup.

Resources

Discussion