| ABBYY Mobile Imaging SDK 1.0 |
Go to: Contents | Programmer's Guide | How To ...?
How to Use ABBYY Mobile Imaging SDK
The ABBYY Mobile Imaging SDK library provides functionality for image processing that can be used for image improvement before the recognition. The main scenario of using this functionality includes the following steps:
A special protection technology is used to protect ABBYY Mobile Imaging SDK from illegal copying and distribution. Before using the library you have to set the license with the help of the MILicenser class. This class allows you to set the license, to get information about the license and the current version of the library. See the Licensing section for details.
Each of the supported operation systems has its own image format that should be converted to the MIImage object. You can find details how to convert the image on Android and iOS in the following sections:
The ABBYY Mobile Imaging SDK library provides the following image processors that can be applied to the converted input image:
See the Library Classes section for the full list of the available functionality.
Preset functions
The ABBYY Mobile Imaging SDK library provides a number of preset functions that can be used for processing the following types of images:
All these functions can be found in the MIPreset class.
After image improvements, the processed image can be converted back to the format of the source image to show the result to a user. See the following sections for details:
The processed image also can be saved in the PDF, PNG, or JPG file with the help of the MIExporter class.
The ABBYY Mobile Imaging SDK distribution kit includes samples for both Android and iOS operating systems. See the Sample for Android and Sample for iOS sections for details.