|
Kofax Mobile SDK API Reference
|
Classes | |
| enum | ProcessingType |
Public Member Functions | |
| ProcessingParameters () | |
Public Attributes | |
| ProcessingType | processingType = ProcessingType.ON_DEVICE |
| String | operations |
| An image processing operation string. More... | |
| boolean | useMrzPageDetection |
| A boolean value that determines whether MRZ page detection is used for cropping. More... | |
| boolean | useTargetFrameCrop |
| A boolean value that determines whether target frame is used for cropping. More... | |
| CaptureData | captureData = new CaptureData() |
The image processing parameters class. This parameters object allows customization of image processing.
| CaptureData captureData = new CaptureData() |
Container class for captured and processed image IDs.
| String operations |
An image processing operation string.
` *
App specific definition of the encoded image processing options is desired.
The string is composed of a concatenation of individual tokens, each of which enables an option. Please refer to the developers guide for a list of ImageProcessor tokens.
To use the default value, leave this null. The default value depends on document type and document side.
See also ImageProcessorConfiguration
| ProcessingType processingType = ProcessingType.ON_DEVICE |
A processing type value.
The default value is ProcessingType#ON_DEVICE.
| boolean useMrzPageDetection |
A boolean value that determines whether MRZ page detection is used for cropping.
Default value is false. See implementations of capture parameters for document-specific defaults.
| boolean useTargetFrameCrop |
A boolean value that determines whether target frame is used for cropping.
Default value is false. See implementations of capture parameters for document-specific defaults.