L_OcrPageAutoPreprocessValues

Summary

Holds data that describes any pre-processing performed on an OCR page.

Syntax

struct L_OcrPageAutoPreprocessValues 
{ 
   L_UINT StructSize; 
   L_BOOL IsInverted; 
   L_INT RotationAngle; 
   L_INT DeskewAngle; 
}; 
typedef struct L_OcrPageAutoPreprocessValues L_OcrPageAutoPreprocessValues; 

Members

StructSize

Structure size. It should be equal to sizeof(L_OcrPageAutoPreprocessValues).

IsInverted

A value that indicate if this page has been inverted.

RotationAngle

A value that contain the rotation angle of this page.

DeskewAngle

A value that contain the deskew angle of this page.

Comments

L_OcrPageAutoPreprocessValues is used with L_OcrPage_GetAutoPreprocessValues method to return the values of any pre-processing performed on the OCR page.

For an example, refer to L_OcrPage_SetOverlayBitmap.

Usage

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

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.