setTextOrientationDetectionEnabled method of the DataCaptureSettings interface
Enables or disables detection of the image orientation. By default the text orientation is enabled.
Note: Disable the image detection only if you can be sure that the captured image has correct orientation. Otherwise the text on image will not be detected and recognized.
void setTextOrientationDetectionEnabled( Boolean enabled );
Parameters
- enabled
- If the parameter is set to true, the image top is detected and correct orientation can be used for image rotation. You can set this parameter to false for speeding the process up.
3/2/2022 12:59:15 PM