Gets the accuracy and timing data of the latest successful recognition process.
public OcrStatistic GetLastStatistic()
Function GetLastStatistic() As Leadtools.Forms.Ocr.OcrStatistic
Leadtools.Forms.Ocr.OcrStatistic GetLastStatistic()
@property (nonatomic, strong, readonly, nullable) LTOcrStatistic *lastStatistic
public OcrStatistic getLastStatistic()
function Leadtools.Forms.Ocr.IOcrEngine.GetLastStatistic()
Leadtools.Forms.Ocr.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 Advantage Engine you can use this method ONLY after calling the IOcrPage.Recognize method.
For an example, refer to OcrStatistic
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET