Samples
Building with a Makefile requires only two of the frameworks:
-
OmniPage-CSDK-Runtime.framework: contains the DYLIBs and other data.
-
OmniPage-CSDK.framework: contains the Header files.
The rest of the frameworks are required for XCode projects only. See the sample Makefile for details.
See the supplied Makefile for the use of the OCRLIBPATH, OCRINCPATH, OCRRUNPATH and OCRLIBS variables. The default values are specified assuming that the runtime framework is placed next to your application, at the ../Frameworks relative path. If you want to use it from another folder, such as /Library/Frameworks, update the OCRRUNPATH makefile variable accordingly.
Include only OmniPage-CSDK-Runtime.framework when distributing your custom application. The other frameworks are not for distribution.
Kofax OmniPage Capture SDK for Mac 22.1.0 is provided with code samples. The following topics detail the installation and use of code samples.