Click or drag to resize

PDF_PROC_MODE Enumeration

PDF processing mode.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum PDF_PROC_MODE
Members
  Member nameValueDescription
PDF_PM_AUTO0 Checks textual information. If this is header-like and/or footer-like, both text and graphic areas are recognized. Otherwise, this is equivalent to PDF_PM_NORMAL.
PDF_PM_NORMAL1 Only the text areas are recognized.
PDF_PM_GRAPHICS_ONLY2 Only the graphic areas are recognized.
PDF_PM_TEXT_ONLY3
Caution note Caution
This API is preliminary and subject to change.
PDF_PM_TEXT_ONLY_EXT4
Caution note Caution
This API is preliminary and subject to change.
PDF_PM_AS_IMAGE5
Caution note Caution
This API is preliminary and subject to change.
Remarks
This enum gives the possible values of the setting "Kernel.OcrMgr.PDF.ProcessingMode". This setting specifies the processing mode of graphic and text areas of normal PDF files (non-image-only PDF).
See Also