Package Information
Downloads: 24 weekly / 506 monthly
Latest Version: 0.1.4
Author: Pi R SQUARE Co., Ltd.
Available Nodes
Documentation
n8n-nodes-condoc
This is an n8n community node for the ConDoc platform — a multi-tenant document processing and OCR solution built for Thai businesses.
n8n is a fair-code licensed workflow automation platform.
Features
Automate your document processing pipeline with 21 API operations across 9 resources:
| Resource | Operations | Description |
|---|---|---|
| OCR | Upload File, Get Job Status | Upload documents for OCR processing and poll results |
| Document | List, Get, Delete | Manage processed documents and retrieve OCR results |
| Credit | Get Balance | Check workspace credit balance |
| Usage | Get Summary, Get Daily | Monitor API usage and analytics |
| Project | Create, List, Get, Update, Delete | Manage projects within your workspace |
| Project Settings | Get, Update | Configure webhooks, processing mode, and more |
| Project Definition | Get, Update | Manage project schema definitions |
| Project Fixed Data | Get, Update | Manage custom field data for projects |
| Project Field Mapping | Get, Update | Configure field mapping rules |
Supported File Types
PDF, JPG, PNG, HEIC, and more — up to 100MB and 50 pages per document.
Prerequisites
- An active ConDoc account
- A ConDoc API key (generate from your workspace settings)
- n8n version 1.0.0 or later
Installation
In n8n (Recommended)
- Go to Settings > Community Nodes
- Click Install
- Enter
n8n-nodes-condoc - Click Install
Manual Installation
cd ~/.n8n/custom
npm install n8n-nodes-condoc
Then restart n8n.
Authentication
This node uses API Key authentication via the X-API-Key header.
- In ConDoc, go to your workspace settings and create an API key
- In n8n, create a new ConDoc API credential
- Enter your Base URL (e.g.,
https://api.condoc.ai) and API Key
The credential will be automatically tested against the ConDoc API.
Usage Examples
Example 1: Upload and Process a Document
- Read Binary File — Read a PDF/image file
- ConDoc (OCR > Upload File) — Upload the file for processing
- Wait — Wait for processing to complete
- ConDoc (OCR > Get Job Status) — Retrieve OCR results
Example 2: List and Export Documents
- ConDoc (Document > List) — List all documents in a project
- Loop — Iterate through documents
- ConDoc (Document > Get) — Get OCR results for each document
- Spreadsheet File — Export results to Excel/CSV
Example 3: Monitor Credits and Usage
- Schedule Trigger — Run daily
- ConDoc (Credit > Get Balance) — Check remaining credits
- ConDoc (Usage > Get Daily) — Get daily usage stats
- IF — Check if credits are low
- Send Email / Slack — Send alert notification
API Rate Limiting
API requests are rate-limited per API key (default: 60 requests/minute). Rate limits can be configured by your workspace administrator.
