npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-billflux-invoice-receipt-ocr

v0.1.7

Published

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

Readme

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