tagIMAGEACTIONSTRUCT - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Structure to perform an action on the specified batch's image.

#define IMAGE_ACTION_STATUS 1
#define IMAGE_ACTION_DELETE 2
struct tagIMAGEACTIONSTRUCT
{
intnStructureSize;
intnImageAction;
BOOLbImageActionOK;
charszFormFamily[OCRFFAPI_SIZE_FILENAME];
charszBatchID[OCRFFAPI_SIZE_FILENAME];
charszDataImage[OCRFFAPI_SIZE_FILENAME];
intnDataImageSequence;
intnPendingPhase;
charszDeleteRoutePath[OCRFFAPI_SIZE_FULLPATH];
};
typedef struct tagIMAGEACTIONSTRUCT IMAGEACTIONSTRUCT;
typedef struct tagIMAGEACTIONSTRUCT* LPIMAGEACTIONSTRUCT;