Image Compliance API

The Image Compliance service has a callable application programming interface (API) that is used to control the service. The service has a Java™ interface with following primary calls:
Start Job
The Image Compliance service establishes the operating parameters for the job.
Analyze Item
The Image Compliance service uses the parameters of both the start job and analyze methods to control its analysis. An optional user exit can be called following the TIFF Validation and Image Compliance to override compliance, do a review, and save the results.
End Job
The Image Compliance service releases allocated resources.

The Java interface is described in the HTML files that are installed with the Image Compliance SDK. The SDK files are in the ImageCompliance\sdk subdirectories. To view the Java documentation, open the index.html file in a web browser. The files that you need are provided in the FTM artifacts pod and must be downloaded from the pod. For more information about getting files from the artifacts container for your offering, see Getting the files from the artifacts container for your FTM offering.

To access the Image Compliance service API, create an instance of the Java class com.ibm.paydir.izv.api.ImageCompliance. The instance has methods for each of the primary calls and is used by one thread at a time. Details of the parameters that are supplied and the data that is returned are explained in the Java documentation. The Java class file and any supporting class files are in the Image Compliance service Java archive izvicsvc.jar.