DOC2_INVERTMODE

typedef enum 
{ 
   DOC2_INVERT_NO = 0, 
   DOC2_INVERT_YES, 
   DOC2_INVERT_AUTO, 
} DOC2_INVERTMODE; 

The DOC2_INVERTMODE enumeration specifies which image inversion mode will be used during the forthcoming image processing processes.

Value Meaning
DOC2_INVERT_NO No inversion required.
DOC2_INVERT_YES Image inversion should be performed.
DOC2_INVERT_AUTO Automatically inverts the image, if necessary, whether the image is inverse is determined during preprocessing.

Comments

The enumeration is used by:

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - OmniPage Engine C API Help