typedef struct L_OcrRuntimeFile
{
L_UINT StructSize;
const L_TCHAR * FileName;
L_OcrRuntimeFileMode Mode;
L_TCHAR FullPath[MAX_PATH];
} L_OcrRuntimeFile;
Data for the L_OcrRuntimeFileCallback callback.
Structure size. It should be equal to sizeof(L_OcrRuntimeFile)
.
The file name of the OCR runtime file being requested. This value is input only.
Operation to be performed on the OCR runtime file. This value is input only.
The full path to where the OCR runtime file resides. This value is output only.
Refer to L_OcrEngine_SetRuntimeFileCallback for more information.