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,
    TCVN_OO_NOVELTY_LEVEL1 := 131072,
    TCVN_OO_NOVELTY_LEVEL2 := 524288,
    TCVN_OO_NOVELTY_LEVEL3 := 2097152
)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.

TCVN_OO_NOVELTY_LEVEL1

The novelty detector is used with high sensitivity to novelty. It filters most unknown characters, but can reject valid characters. Novelty detector support depends on the selected model type.

TCVN_OO_NOVELTY_LEVEL2

The novelty detector is used with balanced sensitivity to novelty. It filters many unknown characters with minimal rejection of valid characters. Novelty detector support depends on the selected model type.

TCVN_OO_NOVELTY_LEVEL3

The novelty detector is used with reduced sensitivity to novelty. It filters clearly unknown characters and almost never rejects valid characters. Novelty detector support depends on the selected model type.