tagBATCHHISTORYSTRUCT - 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 return commit and history information on the specified batch.

struct tagBATCHHISTORYSTRUCT
{
intnStructureSize;
charszBatchID[OCRFFAPI_SIZE_FILENAME];
charszCommitDate[15];
charszCommitTime[15];
intnTotalImages;
intnCanResubmit;
intnCanRecommit;
};
typedef struct tagBATCHHISTORYSTRUCT BATCHHISTORYSTRUCT;
typedef struct tagBATCHHISTORYSTRUCT* LPBATCHHISTORYSTRUCT;