Package Information
Released: 4/9/2025
Downloads: 30 weekly / 69 monthly
Latest Version: 0.1.19
Author: jan.thanei
Available Nodes
Documentation
n8n-nodes-plemeo-ocr
This is an n8n community node for processing images with Plemeo OCR.
N8N is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Process OCR
- Process one or more images (PNG, JPG, TIFF) with Plemeo OCR
- Converts images to base64 and sends them to the Plemeo OCR API
- Returns the OCR processing results
Credentials
No credentials are required for this node.
Compatibility
This node has been tested with n8n version 0.125.0.
Usage
- Add the Plemeo OCR node to your workflow
- Enter your Organization ID
- Add one or more images to process
- The node will automatically convert the images to base64 and send them to the Plemeo OCR API
- The results will be returned in the node's output
Resources
Version history
0.1.0
- Initial release
- Basic OCR processing functionality
- Support for multiple image inputs
- Base64 conversion