Bestseller
Machine Learning Based High Recognition Accuracy
Image Stream OCR to Text
General image stream recognition
Data & API Features
General recognition API, supports multiple image formats;
Supports mixed recognition of English and other characters;
Form-data format image file stream parameter;
Continuously improving recognition accuracy based on machine learning;
Fully supports HTTPS (TLS v1.0 / v1.1 / v1.2 / v1.3);
Fully compatible with Apple ATS;
Nationwide multi-node CDN deployment;
Rapid API response, load balancing across multiple servers.

Annual Subscription
$49$199
Try it for free!
Sign In Sign in to get a trial key and test all APIs.
Secure payment by Stripe
API Document
HTTP Protocol:HTTPS
HTTP Method:POST
HTTP Endpoint:https://api.gugudata.io/v1/imagerecognition/ocr?appkey={{appkey}}
Response Type:application/json; charset=utf-8
DEMO Endpoint:https://api.gugudata.io/v1/imagerecognition/ocr/demo
Live Demo:Try Interactive Demo
Full API Docs:developers.gugudata.io
API Request Parameters
| Name | Type | Is Required | Default Value | Remark |
|---|---|---|---|---|
| imagefile | file | true | YOUR_VALUE | form-data file stream |
API Response Parameters
| Name | Type | Remark |
|---|---|---|
| DataStatus.statusCode | int | API response status code |
| DataStatus.statusDescription | string | API response status description |
| DataStatus.responseDateTime | string | API response datetime |
| DataStatus.dataTotalCount | int | Total data count under current condition, typically used for pagination calculation |
| Data.resultText | string[] | Array of recognized text, each line of recognized text corresponds to each element of the array |
API Response Status Codes
| Status Code | Explanation of Status Code | Remarks |
|---|---|---|
| 200 | API responding normally | For business status codes, see below under API Custom Status Codes. |
| 400 | Parameter error | |
| 402 | APPKEY error | Please check if the APPKEY provided is the one obtained from the developer center. |
| 403 | Account overdue | Please pay attention to the E-mail reminders regarding order expiration. |
| 429 | Request rate limited | Requests cannot exceed 5 times per second. The CDN layer intelligently determines based on the frequency of IP requests. General high-frequency requests do not trigger this status code. |
| 500 | API response error |



