Parse and Extract Invoice Data with Nanonets OCR and Export to Excel — n8n Workflow
Overview
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Description
This workflow automates document processing and structured table extraction using the Nanonets API. You can submit a PDF file via an n8n form trigger or webhook—the workflow then forwards the document to Nanonets, waits for asynchronous parsing to finish, retrieves the results (including header fields and line items/tables), and returns the output as an Excel file. Ideal for automat
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a webhook trigger.
- 2
Process
Data flows through 8 nodes, connecting code, converttofile, httprequest.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (8)
HTTP Request
httpRequest
Code
code
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
parse-and-extract-invoice-data-with-nanonets-ocr-and-export-to-excelfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Anurag
@aiautoeye
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →