Hi API Gurus,
I need some help.
I use a OCR API which has the following function:
HRESULT OCR_MakeSearchable(
PXODocument Doc,
PXO_Options* pOptions,
PXO_Pagelist PageList = NULL
);
PXO_Options is a structure
My Code:
OCR_MakeSearchable is API Description
OCR_MakeSearchable..DLLName="OcrTools.x86.dll"
OCR_MakeSearchable..FunctionName="OCR_MakeSearchable"
OCR_MakeSearchable..ReturnType=apiSystemInt
OCR_MakeSearchable..Parameter[1]..Type=apiSystemInt//PDF
OCR_MakeSearchable..Parameter[2]..Type=stMyPXO //Structur <<<<<<<<<<<<ERROR
OCR_MakeSearchable..Parameter[3]..Type=apiSystemInt //NULL
How to declare a structure parameter ?
I need some help.
I use a OCR API which has the following function:
HRESULT OCR_MakeSearchable(
PXODocument Doc,
PXO_Options* pOptions,
PXO_Pagelist PageList = NULL
);
PXO_Options is a structure
My Code:
OCR_MakeSearchable is API Description
OCR_MakeSearchable..DLLName="OcrTools.x86.dll"
OCR_MakeSearchable..FunctionName="OCR_MakeSearchable"
OCR_MakeSearchable..ReturnType=apiSystemInt
OCR_MakeSearchable..Parameter[1]..Type=apiSystemInt//PDF
OCR_MakeSearchable..Parameter[2]..Type=stMyPXO //Structur <<<<<<<<<<<<ERROR
OCR_MakeSearchable..Parameter[3]..Type=apiSystemInt //NULL
How to declare a structure parameter ?