setTextOrientationDetectionEnabled method of the IDataCaptureCoreAPI interface
Enables or disables detection of the image orientation while preprocessing.
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. By default this parameter is true.
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.
02.03.2022 12:59:15