n8n nodes for Unstract services including LLMWhisperer and Unstract API
npm install n8n-nodes-unstract!n8n-node-codechat-wapi
!License

!dt
!dw
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
This package includes following main nodes:
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
You can install this node package in your n8n instance using npm:
``bash`
npm install n8n-nodes-unstract
For Docker installations, add the package to your n8n container:
`bash`Replace
N8N_CUSTOM_EXTENSIONS="
Before using these nodes, you'll need:
1. API Credentials: Get your API keys from:
- LLMWhisperer API - Follow the doc
- Unstract Platform - Follow the doc
2. Node.js: Version 20 or above is required
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
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
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
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
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
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.
For detailed API documentation and advanced configuration options:
- LLMWhisperer Documentation
- Unstract Platform Documentation
- Node.js 20 or above
- npm or yarn
`bashClone the repository
git clone https://github.com/Zipstack/n8n-nodes.git
cd n8n-nodes
$3
For development and testing:
`bash
Set the custom extensions path and start n8n
N8N_CUSTOM_EXTENSIONS="/path/to/n8n-nodes" npx n8n start
``- Documentation: docs.unstract.com
- Issues: GitHub Issues
- Community: Join our community discussions
- Email: support@unstract.com
This project is licensed under the MIT License - see the package.json file for details.
We welcome contributions! Please feel free to submit issues, feature requests, or pull requests.
---
Made with ❤️ by the Unstract team