Gets the accuracy and timing data of the latest successful recognition process.
public OcrStatistic GetLastStatistic()
Function GetLastStatistic() As OcrStatistic
@property (nonatomic, strong, readonly, nullable) LTOcrStatistic *lastStatistic
public OcrStatistic getLastStatistic()
OcrStatistic GetLastStatistic();
An OcrStatistic object that contains accuracy and timing data of the latest successful recognition process.
You can use this method after calling IOcrPage.AutoPreprocess, IOcrPage.AutoZone, IOcrPage.Recognize or IOcrDocument.Save to get the accuracy and timing data of the latest successful recognition process
If you use the IOcrPageCollection.Recognize method, the GetLastStatistic will return the statistic for the last page only.
Note: When using the LEADTOOLS OCR Module - LEAD Engine you can use this method ONLY after calling the IOcrPage.Recognize method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document