Package Information
Released: 9/14/2025
Downloads: 11 weekly / 110 monthly
Latest Version: 0.2.0
Author: Alexandre Andrade
Available Nodes
Documentation
n8n-nodes-ocrspace
An n8n community node for extracting text from images using the OCR.space API.
Features
- Text Extraction: Extract text from images in various formats (PNG, JPG, GIF, TIF, BMP, PDF)
- Multiple Languages: Support for 25+ languages including English, Spanish, French, German, Chinese, Arabic, and more
- Flexible Input: Process images from any binary field in your n8n workflow
- Advanced Options:
- Choose between OCR engines for optimal accuracy
- Auto-detect image orientation
- Extract word-level coordinates
- Image scaling for better recognition
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-ocrspace
Credentials
You need an OCR.space API key to use this node:
- Sign up at OCR.space
- Get your free API key (25,000 requests/month)
- In n8n, create new "OCR.space API" credentials with your API key
Node Configuration
Required Parameters
- Binary Property: Name of the binary field containing the image (default: "data")
Optional Parameters
- Language: OCR language (default: English)
- OCR Engine: Choose Engine 1 (default) or Engine 2
- Additional Options:
- Detect Orientation: Auto-rotate images
- Get Word Coordinates: Return bounding boxes for each word
- Scale Image: Improve accuracy for small text
Usage Example
- Use a "HTTP Request" node to download an image
- Connect to the "OCR.space" node
- Configure the binary property name (usually "data")
- Select your preferred language and options
- The extracted text will be available in
extractedTextfield
Output
The node returns:
extractedText: The extracted text contentocrResults: Additional metadata including processing time, orientation, and confidence scoreswordCoordinates: Word-level bounding boxes (if enabled)
Supported Image Formats
- PNG, JPG, GIF, TIF, BMP
- PDF (up to 3 pages on free tier)
- Maximum file size: 1MB
Rate Limits
- Free tier: 25,000 requests per month
- Rate limit: 500 requests per day per IP address