Overview
OCR.Space is a simple OCR service – image/PDF to text in 200+ languages, table OCR, searchable PDF. The Automize OCR.Space connector covers text extraction.
- Regions: Global.
- Plans: Free tier + paid.
Setting up the connection
Auth type: API Key.
- OCR.Space → register → receive API key.
- In Automize → Settings → Connectors → OCR.Space. Paste key.
Find your credentials at https://ocr.space/ocrapi.
Rate limits
Free: 500 req/day. Paid scales up.
Data model
Simple OCR:
Image / PDF → text (with optional table layout + searchable PDF output)Available operations
2 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| OCR from Base64 | General | OCR an image from base64 data |
| OCR from URL | General | OCR an image/PDF from a URL |
Operations
OCR from Base64
OCR an image from base64 data
| Parameter | Required | Type | Description |
|---|---|---|---|
Base64Image base64Image | Yes | text | |
Language language | Yes | text | |
Isoverlayrequired isOverlayRequired | Yes | text | |
Ocrengine OCREngine | Yes | text |
OCR from URL
OCR an image/PDF from a URL
| Parameter | Required | Type | Description |
|---|---|---|---|
Url url | Yes | text | |
Language language | Yes | text | |
Isoverlayrequired isOverlayRequired | Yes | text | |
Ocrengine OCREngine | Yes | text | |
Istable isTable | Yes | text | |
Iscreatesearchablepdf isCreateSearchablePdf | Yes | text |
FAQ
- vs Textract / Doc Intelligence?
- OCR.Space: cheap + simple. Textract/DocIntelligence: higher accuracy + structured extraction (forms, tables, fields).