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
Follow the installation guide in the n8n community nodes documentation.
- 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
No credentials are required for this node.
This node has been tested with n8n version 0.125.0.
- 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
- Initial release
- Basic OCR processing functionality
- Support for multiple image inputs
- Base64 conversion