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
Syntaxpublic enum PDF_PROC_MODE
Public Enumeration PDF_PROC_MODE
public enum class PDF_PROC_MODE
Members
| Member name | Value | Description |
---|
| PDF_PM_AUTO | 0 |
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_NORMAL | 1 |
Only the text areas are recognized.
|
| PDF_PM_GRAPHICS_ONLY | 2 |
Only the graphic areas are recognized.
|
| PDF_PM_TEXT_ONLY | 3 | Caution |
---|
|
This API is preliminary and subject to change. |
| PDF_PM_TEXT_ONLY_EXT | 4 | Caution |
---|
|
This API is preliminary and subject to change. |
| PDF_PM_AS_IMAGE | 5 | 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