n8n-nodes-noopa
v0.2.0
Published
n8n nodes for Azure Document Intelligence and other integrations
Downloads
427
Readme
n8n-nodes-noopa
This is an n8n community node package. It provides nodes for Azure Document Intelligence and other integrations.
n8n is a fair-code licensed workflow automation platform.
Nodes
Azure Document Intelligence
Analyze documents using Azure Document Intelligence (formerly Form Recognizer). Extract text, layout, tables, key-value pairs, and structured data from PDFs, images, and Office documents.
Operations:
- Analyze documents from binary data or URL
- Support for prebuilt models (layout, invoice, read) and custom models
- Document classification with optional document splitting
- Output modes: raw JSON, simplified (content, key-value pairs, tables), or one item per document
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
Azure Document Intelligence API
The Azure Document Intelligence node requires:
- Endpoint: Your Azure Document Intelligence resource URL (e.g.
https://your-resource.cognitiveservices.azure.com) - API Key: Ocp-Apim-Subscription-Key from the Azure portal (Keys and Endpoint section)
Prerequisites:
- An Azure subscription
- A Document Intelligence resource
Compatibility
- Minimum n8n version: 1.0
- Tested with n8n 1.x
Note: This package uses @azure-rest/ai-document-intelligence and is not verified for n8n Cloud. For self-hosted n8n, it works out of the box.
Usage
- Add the Azure Document Intelligence node to your workflow
- Create or select Azure Document Intelligence credentials
- Choose document input: binary data (from a previous node) or document URL
- Select the model (e.g.
prebuilt-layout,prebuilt-invoice,prebuilt-read) - Configure optional settings: pages, locale, features, query fields, output format
- Run the workflow
