tagBATCHAPISTATUSSTRUCT - 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 receive status information for each image processed from OCR for AnyDoc.

structtagBATCHAPISTATUSSTRUCT
{
intnStructureSize;
intnCurrentProcess;
intnProcessStatusFlag;
intnCurrentImage;
intnTotalImages;
charszFormFamily[OCRFFAPI_SIZE_FILENAME];
charszMasterForm[OCRFFAPI_SIZE_FILENAME];
charszBatchID[OCRFFAPI_SIZE_FILENAME];
charszDataImage[OCRFFAPI_SIZE_FULLPATH];
charszOperator[OCRFFAPI_SIZE_OPER];
intnTotalChars;
intnTotalQuestionable;
BOOLbImageRequiresVerification;
BOOLbImageIsAttachmentPage;
charszTextFile[OCRFFAPI_SIZE_FULLPATH];
charszOriginalImportFileName[OCRFFAPI_SIZE_FULLPATH];
charszPhaseSpecificBuffer[OCRFFAPI_SIZE_FULLPATH];
intnPhaseSpecificValue;
};
typedef struct tagBATCHAPISTATUSSTRUCT BATCHAPISTATUSSTRUCT;
typedef struct tagBATCHAPISTATUSSTRUCT*
LPBATCHAPISTATUSSTRUCT;