struct L_OcrRecognizeStatistic{L_UINT StructSize;L_UINT RecognizedCharacters;L_UINT RecognizedWords;L_UINT RejectedCharacters;};typedef struct L_OcrRecognizeStatistic L_OcrRecognizeStatistic;
Represents processing statistic data.
| Member | Description |
|---|---|
| StructSize | Structure size. It should be equal to sizeof(L_OcrRecognizeStatistic). |
| RecognizedCharacters | Gets or sets the number of recognized characters on the last page. |
| RecognizedWords | Gets or sets the number of recognized words on the last page. |
| RejectedCharacters | Gets or sets the number of rejected characters on the last page. |
This structure contains the accuracy and timing data of the latest successful recognition process.
To obtain the statistic, use L_OcrPage_GetRecognizeStatistics.
This structure is used with the following functions: