Image-To-Text-Api
Scan images from files or URLs and return the equivalent OCR-Text. Success Response : {"status":"Success", "result": "OCR-Text"} Fialure Response : {"status": "Failure", "result": "Issue Description"} Image-To-Text (POST API) Scan uploaded image-file (post-body) and if scan process success it will return OCR-Text. Content-Type can be 'application/octet-stream' OR 'multipart/form-data' OR…
Image-To-Text-Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Image-To-Text /ImageToText |
Scan uploaded image-file (post-body) and return OCR-Text. |
| GET |
Image-To-Text /ImageToText |
Scan online image (using its URL) and return OCR-Text. |
Image-To-Text-Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | — |
|
| ULTRA | $9 / month | — |
|
| MEGA | $20 / month | — |
|