Install Kofax OmniPage Capture SDK for Mac

The application is available as a .dmg file.

Visit the Kofax fulfillment site to download the .dmg file that contains the installation package.

  1. Download KofaxOmniPageCSDKforMac-22.1.0_Universal.dmg.
  2. Open KofaxOmniPageCSDKforMac-22.1.0_Universal.dmg.

    The operating system mounts the .dmg file as KofaxOmniPageCSDKforMac-22.1.0.

  3. Open the subfolder OmniPage-CSDK-<version number>-<build number> and copy its content to a folder of your choice.

    Since this is not an executable, the Applications folder is not suggested. Use a descriptive path in your user folder instead, for example:
    /Users/<username>/csdk221

  4. If you finished copying it, eject the mounted drive.

The content of the copied folder:

Frameworks/OmniPage-CSDK-Runtime.framework

All the runtime binaries in this folder are required to run your application. Copy this framework into your application. Distribute this framework together with your application exactly as follows:

Frameworks/OmniPage-CSDK-Runtime.framework

Frameworks/OmniPage-CSDK.framework

All the development header files in this folder are required to build your application. Add this framework to your application, but do not distribute it. This framework is not required at runtime.

Frameworks/OmniPage-CSDK-RecApiPlus.framework
The RecApiPlus framework is required only for calling RecApiPlus functions. In that case add this framework to your application, but do not distribute it. This framework is not required at runtime.
Frameworks/OmniPage-CSDK-RecPDF.framework

The RecPDF framework is required only for calling RecPDF functions. In that case, add this framework to your application, but do not distribute it. This framework is not required at runtime.

Documentation

Start index.html in this folder to see descriptions of all OmniPage Capture SDK API functions and features. Alternatively, if you have a CHM reader, you can view RecAPI.chm in this folder; it may be easier to use.

Tools

It contains a command line application oplicmgr that you can use to download and activate your OmniPage Capture SDK license file. It also contains another command line application dctool for training the Document Classifier.

Samples
Sources and test image files of the sample applications.