# Yandex Vision OCR

Recognition of Yandex Vision OCR.

<table data-header-hidden><thead><tr><th width="240" valign="top"></th><th width="324" valign="top"></th></tr></thead><tbody><tr><td valign="top">File path</td><td valign="top">[Text] File path. Supported formats are JPEG, PNG, PDF.</td></tr><tr><td valign="top">Page number</td><td valign="top"><p>[Number/Text] Page number in a multi-page PDF file. You can specify a string with page numbers separated by commas.</p><p>It also supports specifying a range with a dash. For example: "1, 4-7".</p></td></tr><tr><td valign="top">Model</td><td valign="top"><p>Recognition model. Values:</p><ul><li>page - suitable for images with any number of lines of text laid out in a single column;</li><li>table - for recognizing tables in Russian and English.</li></ul></td></tr><tr><td valign="top">Text language</td><td valign="top">Selection of the text language.</td></tr><tr><td valign="top">Result</td><td valign="top"><p>[Object/List of objects] Returns the recognition result. If an image is specified or the PDF file consists of a single page, the block will return only one object; otherwise, a list of objects is returned.</p><p>To work with objects, use the console and the dot + <code>Ctrl+Space</code> combination to get available properties.</p></td></tr><tr><td valign="top">Error handling level</td><td valign="top"><p>Selection of the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message level</td><td valign="top"><p>Selection of the message level that the blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
