The OcrStatistic Structure is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Processing statistic data.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 |
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
System.Object
System.ValueType
Leadtools.Forms.Ocr.OcrStatistic
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
OcrStatistic MembersLeadtools.Forms.Ocr Namespace
IOcrEngine.GetLastStatistic
IOcrEngine.Startup
IOcrEngine.IsStarted
IOcrEngine.Shutdown
IOcrPage Interface
IOcrPage.AutoPreprocess
IOcrPage.AutoZone
IOcrPage.Recognize
IOcrDocument.Save
IOcrDocument.SaveXml
OcrEngineManager Class
OcrEngineType Enumeration
Programming with Leadtools .NET OCR