TesseractOcrLanguageData Property

Description

The language pack to use for text recognition when using the Tesseract OCR engine.

Property type

Read-write property

Syntax

Visual Basic
Public Property TesseractOcrLanguageData As String

Return Type

The name of to the .traineddata file (without the extension). This file is located in the <UFT installation directory>/dat/tessdata folder.

Supported in UFT One versions 2021 and later. This file is located in the <UFT installation directory>/dat/tessdata4.1 folder.

Remarks

Only one language can be used a time when using the Tesseract OCR text recognition engine.

See Also