Warning enum
A warning that occurred during processing.
enum Warning {
RecognitionIsSlow,
ProbablyLowQualityImage,
ProbablyWrongLanguage,
WrongLanguage,
TextTooSmall
};
Constants
Name | Description |
---|---|
ProbablyLowQualityImage | The image quality (contrast, resolution) may not be good enough for accurate results. |
ProbablyWrongLanguage | The recognition language may be specified incorrectly. |
RecognitionIsSlow | Recognition takes too much time. Check if there is some problem. |
TextTooSmall | The text is too small. Advise the end user to move the camera closer or zoom in. |
WrongLanguage | The recognition language is specified incorrectly. |
02.03.2022 12:59:15