OCR_AddPage

<< Click to Display Table of Contents >>

Navigation:  OCR Module > Input List Handling >

OCR_AddPage


 

PRO SDK Icon 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

);

 

Parameters

 

PageList

The PXO_Pagelist variable that OCR_NewPagelist created.

 

nPage

A zero-indexed page number from the intended output document.

 

Return Values

 

If the function succeeds then the return value is OCR_OK

 

If the function fails then the return value is an error code.