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-unstract

v0.5.7

Published

n8n nodes for Unstract services including LLMWhisperer and Unstract API

Readme

n8n-nodes-unstract

n8n-node-codechat-wapi License n8n dt dw

What is Unstract?

Unstract is a platform that helps extract structured data from unstructured documents using AI. It provides powerful APIs for document processing, including:

  • LLMWhisperer: Convert documents to layout-preserved plain text
  • Unstract API: Extract structured data from documents using custom workflows

Features

This package includes following main nodes:

🔤 LLMWhisperer Node

  • Convert documents (PDF, images, etc.) to layout-preserved plain text
  • Maintain document structure and formatting
  • Support for various document formats
  • Configurable processing modes

🤖 Unstract Node

  • Process documents using Unstract's AI-powered extraction
  • Extract structured data from unstructured documents
  • Support for custom API deployments
  • Seamless integration with Unstract workflows

📤 Unstract HITL Push Node

  • Push documents to Human-in-the-Loop (HITL) processing queues
  • Configure timeout, metrics, metadata, and queue targeting
  • Support for various document types and queue configurations
  • Error handling for upload and processing issues

📥 Unstract HITL Fetch Node

  • Retrieve approved results from HITL processing queues
  • Poll for completed processing with configurable intervals
  • Optional queue name parameter for targeted fetching
  • Proper error handling for "No approved items available" responses

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes in your n8n instance
  2. Select Install a community node
  3. Enter the npm package name: n8n-nodes-unstract
  4. Click Install

Manual Installation

You can install this node package in your n8n instance using npm:

npm install n8n-nodes-unstract

For Docker installations, add the package to your n8n container:

# Replace <your-path-to-n8n-custom-nodes> with the path to n8n
N8N_CUSTOM_EXTENSIONS="<your-path-to-n8n-custom-nodes>" npx n8n start

Configuration

Prerequisites

Before using these nodes, you'll need:

  1. API Credentials: Get your API keys from:

  2. Node.js: Version 20 or above is required

Setting up Credentials

  1. LLMWhisperer API Credentials:

    • Go to your n8n credentials settings
    • Create new credentials of type "LLMWhisperer API"
    • Enter your LLMWhisperer API key
  2. Unstract API Credentials:

    • Go to your n8n credentials settings
    • Create new credentials of type "Unstract API"
    • Enter your Unstract API key and endpoint details
  3. Unstract HITL Credentials:

    • Go to your n8n credentials settings
    • Create new credentials of type "Unstract HITL"
    • Enter your HITL API key for Human-in-the-Loop processing

Usage Examples

LLMWhisperer Node

Use the LLMWhisperer node to convert documents to text while preserving layout:

  1. Add the LLMWhisperer node to your workflow
  2. Configure your API credentials
  3. Set the input file (binary data)
  4. Choose processing mode and options
  5. Execute to get layout-preserved text output

Unstract Node

Use the Unstract node to extract structured data:

  1. Add the Unstract node to your workflow
  2. Configure your API credentials and deployment
  3. Set the input document (binary data)
  4. Specify your API deployment name
  5. Execute to get structured data output

Unstract HITL Push Node

Use the HITL Push node to send documents for human review:

  1. Add the Unstract HITL Push node to your workflow
  2. Configure your HITL API credentials
  3. Set the input document (binary data)
  4. Configure queue name, timeout, and metadata options
  5. Execute to push document to HITL processing queue

Unstract HITL Fetch Node

Use the HITL Fetch node to retrieve approved results:

  1. Add the Unstract HITL Fetch node to your workflow
  2. Configure your HITL API credentials
  3. Optionally specify a queue name to target specific queues
  4. Configure polling interval and retry settings
  5. Execute to fetch approved results from HITL queue

Screenshots

Node Integration Examples

Visual guides for integrating Unstract nodes in your n8n workflows:

LLMWhisperer Node Configuration

LLMWhisperer node setup and configuration

Unstract Node Configuration

Unstract API node setup and configuration

HITL Push Node Configuration

HITL Push node setup with queue configuration and document upload

HITL Fetch Node Configuration

HITL Fetch node setup with polling configuration

These screenshots help developers understand the visual setup and configuration of each node type for seamless integration into n8n workflows.

API Documentation

For detailed API documentation and advanced configuration options:

Development

Prerequisites

  • Node.js 20 or above
  • npm or yarn

Setup

# Clone the repository
git clone https://github.com/Zipstack/n8n-nodes.git
cd n8n-nodes

# Install dependencies
npm install

# Build the project
npm run build

# Run linting
npm run lint

Running n8n with Custom Nodes

For development and testing:

# Set the custom extensions path and start n8n
N8N_CUSTOM_EXTENSIONS="/path/to/n8n-nodes" npx n8n start

Support

License

This project is licensed under the MIT License - see the package.json file for details.

Contributing

We welcome contributions! Please feel free to submit issues, feature requests, or pull requests.


Made with ❤️ by the Unstract team