L_OcrRecognizeStatistic

Summary

Represents processing statistic data.

Syntax

struct L_OcrRecognizeStatistic 
{ 
   L_UINT StructSize; 
   L_UINT RecognizedCharacters; 
   L_UINT RecognizedWords; 
   L_UINT RejectedCharacters; 
}; 
typedef struct L_OcrRecognizeStatistic L_OcrRecognizeStatistic; 

Members

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.

Usage

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.