Click or drag to resize

PDF_REC_MODE Enumeration

PDF recognition mode.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum PDF_REC_MODE
Members
  Member nameValueDescription
PDF_RM_ALWAYSRECOGNIZE0 Combines the characters from the OCR result with the PDF text.
PDF_RM_MOSTLYGETTEXT1 This is the same as PDF_RM_ALWAYSGETTEXT mode unless a font character coding problem is detected in a PDF page; then it is equal to PDF_RM_ALWAYSRECOGNIZE mode.
PDF_RM_ALWAYSGETTEXT2 Uses the PDF text, relying on the OCR result only to determine the spaces between words (fastest).
Remarks
This enum gives the possible values of the setting "Kernel.OcrMgr.PDF.RecognitionMode". This setting specifies the usage of text data coming from normal PDF files (non-image-only PDF).
See Also