• Introduction
    • Overview
    • List of Features
    • Programming Languages Support
  • Licensing and Registration
    • License Agreement
    • Demo Version Limitations
    • Ordering and Contact Information
  • Developer's Guide
    • Getting Started
    • Sample Programs
    • Redistribution of Nicomsoft OCR files
    • OCR Objects
    • Configuration
    • Constants
    • Error Codes
    • Types
    • PDF files support
    • Dictionaries
    • Performance Tips
    • Asian languages support
    • Character Map
    • Additional documentation
    • Linux version
    • Java
    • API Reference
      • Engine Functions
        • Engine_Initialize
        • Engine_InitializeAdvanced
        • Engine_Uninitialize
        • Engine_SetDataDirectory
        • Engine_GetVersion
        • Engine_SetLicenseKey
        • Engine_CallFunction
      • Configuration Functions
        • Cfg_Create
        • Cfg_Destroy
        • Cfg_LoadOptions
        • Cfg_SaveOptions
        • Cfg_LoadOptionsFromString
        • Cfg_SaveOptionsToString
        • Cfg_GetOption
        • Cfg_SetOption
        • Cfg_DeleteOption
      • OCR Functions
        • Ocr_Create
        • Ocr_Destroy
        • Ocr_ProcessPages
      • Image Functions
        • Img_Create
        • Img_Destroy
        • Img_LoadFile
        • Img_LoadFromMemory
        • Img_LoadBmpData
        • Img_Unload
        • Img_GetPageCount
        • Img_SetPage
        • Img_GetSize
        • Img_DrawToDC
        • Img_GetBmpData
        • Img_DeleteAllBlocks
        • Img_AddBlock
        • Img_DeleteBlock
        • Img_GetBlockCnt
        • Img_GetBlock
        • Img_GetImgText
        • Img_OCR
        • Img_LoadBlocks
        • Img_SaveBlocks
        • Img_GetSkewAngle
        • Img_GetPixLineCnt
        • Img_GetPixLine
        • Img_GetScaleFactor
        • Img_CalcPointPosition
        • Img_CopyCurrentPage
        • Img_GetProperty
        • Img_SaveToFile
        • Img_SaveToMemory
      • Block Functions
        • Blk_GetType
        • Blk_SetType
        • Blk_GetRect
        • Blk_GetText
        • Blk_GetTextRect
        • Blk_GetLineCnt
        • Blk_GetLineText
        • Blk_GetWordCnt
        • Blk_GetWordText
        • Blk_SetWordText
        • Blk_GetCharCnt
        • Blk_GetCharRect
        • Blk_GetCharText
        • Blk_GetCharQual
        • Blk_Inversion
        • Blk_Rotation
        • Blk_Mirror
        • Blk_IsWordInDictionary
        • Blk_SetRect
        • Blk_GetWordQual
        • Blk_GetWordFontColor
        • Blk_GetWordFontSize
        • Blk_GetWordFontStyle
        • Blk_GetBackgroundColor
        • Blk_SetWordRegEx
        • Blk_GetBarcodeCnt
        • Blk_GetBarcodeText
        • Blk_GetBarcodeRect
        • Blk_GetBarcodeType
      • Saving Functions
        • Svr_Create
        • Svr_Destroy
        • Svr_NewDocument
        • Svr_AddPage
        • Svr_SaveToFile
        • Svr_SaveToMemory
        • Svr_GetText
        • Svr_SetDocumentInfo
      • Scan Functions
        • Scan_Create
        • Scan_Destroy
        • Scan_Enumerate
        • Scan_ScanToImg
        • Scan_ScanToFile