RecAPI
|
Recognition statistics. More...
Public Attributes | |
int | iChrNumber |
int | iWordNumber |
int | iChrRejected |
DWORD | iRecognitionTime |
DWORD | iReadingTime |
DWORD | iScanTime |
DWORD | iPreprocTime |
DWORD | iDecompTime |
Recognition statistics.
Processing statistics structure associated with the processing of the last accessed page.
iTotal = iScanTime + iPreprocTime + iDecompTime + iReadingTime
. Number of recognized characters on the last page.
Number of rejected characters on the last page.
DWORD STATISTIC::iDecompTime |
Page-layout decomposition time in 1/1000 secs (i.e. auto-zoning).
DWORD STATISTIC::iPreprocTime |
Image preprocessing time in 1/1000 secs.
DWORD STATISTIC::iReadingTime |
Reading time in 1/1000 secs. This includes the time iRecognitionTime
, the time necessary for sorting the output coming from the different recognition modules, the time spent with the checking module and the time required to produce the recognition result (e.g. the time necessary to write the recognition result into the recognition data file). This field may also include the time needed for transferring the recognition result from the current page into the final output document (kRecConvert2DTXT)
The recognition time (in 1/1000 secs) that the page spent in the different recognition modules during the recognition process.
DWORD STATISTIC::iScanTime |
Scanning time (in 1/1000 secs) required for loading the page from the scanner, image file or from the application's memory.
Number of recognized words on the last page.