ETcVnOcrOptions

Provides different options to indicate whether certain actions must be performed to achieve the intended result.

Syntax

Definition:

TYPE ETcVnOcrOptions :
(
    TCVN_OO_NONE       := 0,
    TCVN_OO_WITHBLANKS := 1
)UDINT;
END_TYPE

Values

Name

Description

TCVN_OO_NONE

No options

TCVN_OO_WITHBLANKS

Indicates that if blanks were found, they should be included in the result. By default, all blanks are omitted from the result.