Holds data that describes any pre-processing performed on an OCR page.
Structure size. It should be equal to sizeof(L_OcrPageAutoPreprocessValues).
A value that indicate if this page has been inverted.
A value that contain the rotation angle of this page.
A value that contain the deskew angle of this page.
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.