Back to Nodes

Billflux Invoice Receipt OCR

Last updated Nov 30, 2025

n8n node for Billflux Invoice Receipt OCR - Extract data from invoices and receipts

137 Weekly Downloads
705 Monthly Downloads

Included Nodes

Billflux Invoice Receipt OCR

Description

Banner image

n8n-nodes-billflux-invoice-receipt-ocr

This is an n8n community node for the Billflux Invoice Receipt OCR API. It extracts clean, structured data from invoices and receipts by leveraging both traditional OCR models and LLM-driven semantic understanding, allowing each technique to contribute its strengths. The result is fast, reliable parsing that works well for automated accounting, bookkeeping, and document-processing workflows.

Installation

Follow the installation guide in the n8n community nodes documentation.

Credentials

You must have a RapidAPI account with access to the Billflux Invoice Receipt OCR API to use this node.

Getting Your API Key:

  1. Sign up for a RapidAPI account: https://rapidapi.com/

  2. Subscribe to the Billflux Invoice Receipt OCR API: https://rapidapi.com/fadacaioffical/api/billflux-invoice-receipt-ocr

  3. Find your API key in the RapidAPI dashboard under "X-RapidAPI-Key"

Usage

Basic Workflow

  1. Add the Billflux Invoice Receipt OCR node to your workflow
    Add Billflux to Workflow

  2. Connect a node that provides binary file data (e.g., "n8n on form submission", "Google Drive")
    Connect Billflux to Workflow

  3. Open your Billflux Node and create new credential
    Create New Credential

  4. Fill in the API key you obtained from previous step, and save.
    Create New Credential

  5. Choose the operation: Analyze Invoice or Receipt

  6. Specify the binary property name containing your file (default: data)

  7. (Optional) Add custom fields for additional extraction instructions

  8. Execute the workflow
    Success Execution

Supported File Formats

  • PDF
  • JPG/JPEG
  • PNG
  • HEIC
  • GIF
  • WEBP

Custom Fields Feature

The node supports custom field extraction where you can specify additional fields to extract from your invoices/receipts:

  1. Click Add Custom Field under Custom Fields
  2. Enter the Name (e.g., "Buyer", "warnings", "company_name")
  3. Enter the Description (e.g., "buyer of the product", "any explosive or dangerous product")
  4. Add as many custom fields as needed, but excessive amount of attributes may cause degraded performance

Example:

  • Name: Buyer | Description: buyer of the product
  • Name: warnings | Description: any explosive or dangerous product

Limitation & ToDo

Currently, only single page documents/images are supported, multipage support coming soon

API Resources

For complete API documentation, visit:

https://rapidapi.com/fadacaioffical/api/billflux-invoice-receipt-ocr

Example Workflows

Invoice Processing Pipeline

[Google Drive] → [Billflux Invoice Receipt OCR] → [Google Sheets]

Extract invoice data from Google Drive and save to spreadsheet

License

MIT