ETcVnOcrOptions
Provides different options to indicate whether certain actions must be performed to achieve the intended result.
Syntax
Definition:
enum ETcVnOcrOptions : ULONG
{
OO_NONE = 0,
OO_WITHBLANKS = 1
};
Values
Name |
Description |
---|---|
OO_NONE |
No options |
OO_WITHBLANKS |
Indicates that if blanks were found, they should be included in the result. By default, all blanks are omitted from the result. |