• Welcome
    • Introduction
    • Installation
      • System Requirements
  • Core API
  • Drivers API
    • Redistributable File Installation
    • Printing Process
    • IPXCControlEx Object
    • IPXCPrinter Interface
      • Properties
        • Property Name
        • Property Options
          • Property Table Definition
          • Paper
          • Custom Forms
          • General
          • Compression
          • Graphics
          • Fonts
          • Watermarks
          • Overlays
          • Security
          • Links
          • Bookmarks
          • Default File Append
          • HeadersFooters
          • DocInfo (Document Information)
          • Save
          • Email
          • Optimization
          • DigSig (Digital Signatures)
          • Saver
          • RenderMode
      • Functions
        • SetRegInfo
        • ResetDefaults
        • ApplyOptions
        • AddBookmarkItem
        • AddTextWatermark
        • AddImageWatermark
        • StorePrinterOptions
        • ReStorePrinterOptions
        • SetAsDefaultPrinter
        • RestoreDefaultPrinter
        • AddSMTPServer
      • Events
        • Asynchronous Events
        • Synchronous Events
      • Unsupported Property Declarations
    • Macros
  • OCR Module
    • OCR Library Types
      • PXO_Pagelist
      • PXO_InputField
      • PXO_InputFields
      • PXODocument
      • PXO_Options
      • PXO_Language
      • PXO_CallbackStage
      • OCR_RegionMode
      • OCR_ImageProcessingFlags
      • OCR_RasterPageSettings
      • OCR_Baseline
      • OCR_SymbolBox
      • PXO_Page
      • PXO_Region
      • PXO_FieldInputFlags
    • Input List Handling
      • OCR_NewPagelist
      • OCR_AddPage
      • OCR_NumPages
      • OCR_GetPageByIndex
      • OCR_ReleasePagelist
      • OCR_NewInputFields
      • OCR_AddInputField
      • OCR_NumInputFields
      • OCR_GetInputFieldByIndex
      • OCR_ReleaseInputFields
      • OCR_PagesToInputFields
      • OCR_LoadTemplateW
      • OCR_SaveTemplateW
    • High-Level Functions
      • OCR_Init
      • OCR_Delete
      • OCR_LoadW
      • OCR_LoadA
      • OCR_SaveW
      • OCR_SaveA
      • OCR_GetNumInputPages
      • OCR_MakeSearchable
      • OCR_GetText
      • OCR_GetField
      • OCR_GetFields
      • OCR_SetCallBack
    • Low-Level Functions
      • OCRp_Page
      • OCRp_Field
      • OCRp_PageText
      • OCRp_RegionCountFromPage
      • OCRp_GetRegionFromPage
      • OCRp_SymbolCountFromRegion
      • OCRp_GetSymbolFromRegion
      • OCRp_RasterRectToPDF
      • OCRp_FreePage
    • Appendix
      • Error Codes
      • Regional OCR Comments
      • Template Files
      • Workflow Overview