PXO_Pagelist

<< Click to Display Table of Contents >>

Navigation:  OCR Module > OCR Library Types >

PXO_Pagelist


 

PRO SDK Icon PXO_Pagelist

 


 

PXO_Pagelist is an input type used to store (zero-indexed) PDF page numbers for OCR operations such as OCR_MakeSearchable. Please note that all elements are case-sensitive:

 

PXO_Pagelist is a typedef to a void pointer, which is used to store the address of an internal structure that is similar to an std::vector.

OCR_ReleasePagelist releases the memory that PXO_Pagelist uses.