AbbyyOcrLanguages Property

Description

The languages to use for text recognition when using the Abbyy OCR engine.

UFT One versions 14.50 or earlier: This property was named AbbyOcrLanguages.

UFT One 2021 R1 or later:  To use this property, the ABBYY OCR engine has to be included in the UFT One installation.

Property type

Read-write property

Syntax

Visual Basic
Public Property AbbyyOcrLanguages As String

Return Type

Remarks

You can specify either:

  • One hieroglyphic language ("ChineseSimplified", "ChineseTraditional", "Japanese", or "Korean")
  • A comma-delimited string of multiple non-hieroglyphic language.

A combination of hieroglyphic and non-hieroglyphic languages is not supported.

For more information on the UFT One text recognition mechanism and the available configuration options, see the topic on text recognition in the UFT One User Guide.

See Also

Options Object