OCR_NewPagelist

<< Click to Display Table of Contents >>

Navigation:  OCR Module > Input List Handling >

OCR_NewPagelist


 

PRO SDK Icon OCR_NewPagelist

 


 

OCR_NewPagelist initializes a new PXO_Pagelist structure, which is an input type that stores page numbers for OCR operations. OCR_NewPagelist is similar to an array or std::vector class but API functions must be used for access. OCR_ReleasePagelist can be used to delete structures when the process is complete. Please note that all elements are case-sensitive:

 

HRESULT OCR_NewPagelist(

PXO_Pagelist *pPageList

);

 

Parameters

 

pPageList

Pointer to a PXO_Pagelist variable that will receive the created object.

 

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.