OCR
Written by
Updated at August 18, 2026
Note
Currently, there are two UIs that support Workflows: Yandex Cloud
- Workflows created in the Yandex Cloud UI are automatically available in the AI Studio UI.
- Workflows created in the AI Studio UI are not available in the Yandex Cloud UI.
Starting September 3, 2026, Workflows will no longer be supported in the Yandex Cloud UI. To create and manage workflows, use the AI Studio UI.
Image-to-text recognition with Yandex Vision OCR
The base64, url, objectStorage, and disk fields are mutually exclusive: you can use only one of them.
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
recognizeText |
OCR.RecognizeText | Yes | None | None | Text recognition settings. |
base64 |
string |
None | None | Yes | Base64-encoded image. |
url |
string |
None | None | Yes | Image via a public URL. |
objectStorage |
OCR.ObjectStorage | None | None | None | Image from an Object Storage bucket. |
disk |
OCR.Disk | None | None | None | Image on Yandex Disk. |
OCR.RecognizeText
|
Field name |
Type |
This is a required field |
Default value |
Templating supported |
Description |
|
|
|
Yes |
None |
None |
Image file format. Available formats: |
|
|
|
Yes |
None |
None |
Text recognition languages. Available languages
|
|
|
|
Yes |
None |
None |
Text recognition model. Available models
|
OCR.ObjectStorage
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
bucket |
string |
Yes | None | None | Name of the Object Storage bucket the image file is in. |
object |
string |
Yes | None | Yes | Object name, e.g., prefix/subprefix/data.png. |
OCR.Disk
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
oauthToken |
string |
Yes | None | None | OAuth token |
path |
string |
Yes | None | Yes | Image file path. |
sharedDiskId |
string |
None | None | Yes | Shared disk label |