L_OcrRecognizeStatistic

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.

Comments

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:

L_OcrPage_GetRecognizeStatistics

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Advantage OCR C API Help