LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrStatistic Structure
See Also  Members  
Leadtools.Forms.Ocr Namespace : OcrStatistic Structure



The OcrStatistic Structure is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Processing statistic data.

Object Model

OcrStatistic Structure

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Structure OcrStatistic 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As OcrStatistic
C# 
[SerializableAttribute()]
public struct OcrStatistic : System.ValueType 
C++/CLI 
[SerializableAttribute()]
public value class OcrStatistic : public System.ValueType 

Example

This example will show the statistics of the last recognition operation on a page.

Remarks

This structure contains the accuracy and timing data of the latest successful recognition process.

To obtain the statistic, use GetLastStatistic.

Note that the time spent for the text post-processing can be calculated as follows: PostProcessingTime = statistic.ReadingTime - statistic.RecognitionTime.

Note: Only the following members are available for the LEADTOOLS OCR Advantage Engine

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Forms.Ocr.OcrStatistic

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

OcrStatistic requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features