KVOcrOrientation
This enumerated type defines the options that are available for detecting rotated text during Optical Character Recognition (OCR). This enumerated type is defined in kvocroptions.h
.
For information about using these options, see Optimize OCR Performance.
Definition
typedef enum tag_KVOcrOrientation { KVOcrUpright = 0, KVOcrAny = 1 } KVOcrOrientation;
Enumerators
KVOcrUpright
|
OCR only attempts to detect text that is upright. |
KVOcrAny
|
OCR attempts to detect text that is upright, or rotated in 90-degree increments from upright. |