| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Enumerations
TFineWarningCode enumeration constants are used to describe codes of warnings which are passed through the callback functions.
typedef enum tagTFineWarningCode {
FWC_NoWarning,
FWC_SlowRecognition,
FWC_ProbablyBadImage,
FWC_ProbablyWrongLanguages,
FWC_SureWrongLanguages
} TFineWarningCode;
| Name | Description |
|---|---|
| FWC_NoWarning | No warning. |
| FWC_SlowRecognition | The recognition process takes a long time. |
| FWC_ProbablyBadImage | The image quality is low. |
| FWC_ProbablyWrongLanguages | The language of the document is likely to be different from the
recognition language you specified. In this case a pointer to the CFineWarningDataWrongLanguages structure with recommended recognition languages will be stored in the warningData parameter of the TFineProgressCallbackFunction. |
| FWC_SureWrongLanguages | The wrong recognition language is specified. |
TFineProgressCallbackFunction
TFinePrebuiltDataCallbackFunction