RecAPI
STATISTIC Struct Reference

Recognition statistics. More...

List of all members.

Public Attributes

int iChrNumber
int iWordNumber
int iChrRejected
DWORD iRecognitionTime
DWORD iReadingTime
DWORD iScanTime
DWORD iPreprocTime
DWORD iDecompTime

Detailed Description

Recognition statistics.

Processing statistics structure associated with the processing of the last accessed page.

Note:
A value of zero (0) in a timing field indicates that either the relevant process has not been performed or it has been performed but resulted in zero due to timing resolution.
The time spent in the Progress indication user callback function (if any) is not taken into account in these time measurements.
The total processing time that a single image spends in the Engine until recognition data or the final output document is produced can be calculated as follows: iTotal = iScanTime + iPreprocTime + iDecompTime + iReadingTime.

Member Data Documentation

Number of recognized characters on the last page.

Number of rejected characters on the last page.

Page-layout decomposition time in 1/1000 secs (i.e. auto-zoning).

Image preprocessing time in 1/1000 secs.

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)

  • supposing that the statistical information was requested after conversion to the final output document.

The recognition time (in 1/1000 secs) that the page spent in the different recognition modules during the recognition process.

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.