Link against: ocrsrv.lib
None
#include <ocrcommon.h>
This class holds the information from the OCR engine after the recognition Note that all memory ownership belongs to the OCR engine, so do not need to either allocate memory for it or push it to the CleanupStack. Engine will release the memory whenever necessary
Data Fields | |
TRect | iRect |
Region coordinate to be processed. | |
TOcrLayoutType | iType |
Layout Type (Horizontal or Vertical). | |
TInt | iBlockId |
Id of the block. | |
TOCRTextLineInfo * | iLines |
Text line Information (Not Own). | |
TInt | iLineCount |
Number of Lines. |
|
Id of the block. |
|
Number of Lines. |
|
Text line Information (Not Own). |
|
Region coordinate to be processed. |
|
Layout Type (Horizontal or Vertical). |