OCR
The [OCR API](https://api4.ai/apis/ocr) provides a complete solution for optical character recognition in images. The algorithm detects words in images or PDFs and returns the results as JSON for efficient interpretation. Supporting dozens of languages, it can handle both modern and ancient scripts, including Latin, Cyrillic, Japanese, Chinese, and Arabic. Additionally, the algorithm…
OCR endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get version /v1/version |
Returns an actual version of the service in format `vX.Y.Z` where X is the version of API. |
| GET |
Get list of algorithms /v1/algos |
Service provides alternative algorithms that may be used for OCR. The idea behind multiple algorithms is to let client try different algorithms to get the best one that matches… |
| POST |
Analyse image and return results /v1/results |
Performs actual image analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency) or PDF file. Usually such images have… |
OCR pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $39 / month | — |
|
| ULTRA | $169 / month | — |
|
| MEGA | $1,299 / month | — |
|