ABBYY Mobile Imaging SDK 1.0

Go to: Contents | Programmer's Guide

Sample for iOS

ABBYY Mobile Imaging SDK provides a code sample written in Objective-C that can be compiled into the MIPSample application. The sample package is located in the iOS\Sample folder and includes the Xcode development environment project, which can be opened in XCode, and the compiled MIPSample application (MobileImagingSample.zip), which can be installed on the iOS device, e.g. iPhone.

How to Build and Run the Sample

In the iOS\Sample folder you can find the project of a sample that should be compiled before running it on the device or on simulator.

In order to compile the project for the simulator:

To compile the project for the iOS device, select Device and Final configuration, then press the Build and Run button. The folder corresponding the selected configuration is appeared in the build folder of the project. The compiled application can be copied to iTunes and run on the device.

To create an ipa-distribution package, select Build and Archive in the Build menu of XCode.

Note.

How to Work with the Sample

Using the MIPSample application, you can load an image as document into application, select a page in the document, select an image processor by pressing the Process button, and apply it to the image. The image processors correspond to the ABBYY Mobile Imaging SDK interfaces. The detailed description of the image processors is available in the header files that can be found in the iOS\Inc folder.

Press the Save button to keep the improvements. Press the Cancel button to cancel all improvements made in the image.