Parse and Extract Invoice Data with Nanonets OCR and Export to Excel — n8n Workflow

Medium complexity🔗 Webhook8 nodes🏷️ Invoice Processingby Anurag

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

HTTP RequestCode

Workflow Preview

Workflow Overview
This workflow automates PDF document parsing with Nanon
Use the
HTTP Request
HTTP Request2
C
Convert to File
Code
Code1
W
Wait
W
Webhook
R
Respond to Webhook
8 nodes7 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a webhook trigger.

  2. 2

    Process

    Data flows through 8 nodes, connecting code, converttofile, httprequest.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (8)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded parse-and-extract-invoice-data-with-nanonets-ocr-and-export-to-excel file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Parse and Extract Invoice Data with Nanonets OCR and Export to Excel", "nodes": [...], ...}

Integrations

codeconverttofilehttprequestrespondtowebhookwaitwebhook

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes8
Complexitymedium
Triggerwebhook

Created by

Anurag

Anurag

@aiautoeye

Tags

codeconverttofilehttprequestrespondtowebhookwaitwebhook

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →