@neooa/n8n-nodes-typhoon-ocr
v1.0.0
Published
n8n community node for Typhoon OCR integration
Maintainers
Readme
n8n-nodes-typhoon-ocr
This is an n8n community node for processing documents using Typhoon OCR.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-typhoon-ocrOperations
This node supports the following operations:
- Process Document: Process a document using OCR with options for different task types
Configuration
Credentials
You need to configure the Typhoon OCR API credentials:
- API URL: Base URL of the Typhoon OCR API
- API Key: Your API key for the Typhoon OCR service
Node Parameters
- Operation: Currently supports "Process Document"
- File: URL or base64 encoded string of the file to process
- Task Type:
default: Standard OCR processingstructure: OCR with document structure analysis
Usage
- Add the Typhoon OCR node to your workflow
- Configure the credentials with your API URL and API key
- Set the file parameter (URL or base64)
- Choose the task type
- Run the workflow
Example
{
"file": "https://example.com/document.pdf",
"task_type": "structure"
}Development
Prerequisites
- Node.js 18+
- npm or yarn
Setup
# Clone the repository
git clone https://github.com/yourusername/n8n-nodes-typhoon-ocr.git
cd n8n-nodes-typhoon-ocr
# Install dependencies
npm install
# Build the project
npm run buildBuilding
npm run buildPublishing
npm publishLicense
MIT
Support
If you encounter any issues, please file them in the GitHub repository.
