<< Click to Display Table of Contents >> Navigation: OCR Module > OCR Library Types > PXO_Page |
After OCR is carried out, the results of the process are arranged in a hierarchy. PXO_Page is the top level of the OCR results hierarchy. Functions of the OCR Module utilize PXO_Page structures in order to return information about the OCR process:
•OCRp_PageText converts OCR results from PXO_Page structures into plain text.
•OCRp_RegionCountFromPage returns the number of regions in the specified PXO_Page structure.
•OCRp_GetRegionFromPage returns requested output regions from the specified PXO_Page structure.
Additionally, please note:
•OCRp_FreePage is used to delete PXO_Page structures and free the memory that they use.
•PXO_Page structures may contain PXO_Region members, which are the second level of the OCR results hierarchy. See here for further information.
•All functions, parameters and members are case-sensitive.