SetAutoRotationOCR_A
This action set to False turns off automatic image orientation detection and rotation.
Member of namespace
ocr_aSyntax
bool SetAutoRotationOCR_A (StrParam)
Parameters
True: Forces image orientation detection and rotation. This is the default value.False: Image orientation and rotation will not be performed.
Returns
Always True.Level
All.Details
This action set to True forces image orientation detection and rotation. If this action is not called, the value will default to True. If used, this action must be called prior to recognition and both actions must be called at the same level.- Example:
SetAutoRotationOCR_A("True") RecognizePageOCR_A