<< Click to Display Table of Contents >> Navigation: OCR Module > Input List Handling > OCR_AddPage |
OCR_AddPage adds a new input document page number to the PXO_Pagelist structure, which is used to determine the pages on which OCR is performed. Please note that all elements are case-sensitive:
HRESULT OCR_AddPage(
PXO_Pagelist PageList,
DWORD nPage
);
PageList
The PXO_Pagelist variable that OCR_NewPagelist created.
nPage
A zero-indexed page number from the intended output document.
If the function succeeds then the return value is OCR_OK
If the function fails then the return value is an error code.