Image OCR + Translation
The IOT OCR Service provides optical character recognition (OCR) capabilities with optional translation functionality. This API allows you to extract text from images either by uploading files directly or by providing image URLs.
Image OCR + Translation endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Upload image via url /ocr/url |
Endpoint: POST /ocr/url Description: Extracts text from an image available at a public URL with optional translation. Request Body with translation(optional): ``` { "url":… |
| POST |
Upload file from device /ocr/external |
Endpoint: POST `/ocr/external` Description: Extracts text from an uploaded image file with optional translation. **Request Body:** ``` { "file": "base64_encoded_image_data",… |
Image OCR + Translation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $25 / month | — |
|