Image Compliance API
The Image Compliance
service provides a callable Application Programming Interface
(API). The compliance service is controlled through the API. The service
has a Java™ interface with the
following primary calls:
- Start Job
- The compliance service establishes the operating parameters for the job.
- Analyze Item
- The compliance service combines the parameters from start job with parameters for analyzing an item to control its analysis. An optional user exit can be configured following TIFF validation and image quality analysis to override compliance, perform a review, and save the results.
- End Job
- The compliance service releases allocated resources.
The Java interface is described in the HTML files installed with Image Compliance. 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 supplied and the data returned are explained in the Javadoc information. The Java class file is in the Image Compliance service Java archive izvicsvc.jar. Supporting class files are also contained in izvicsvc.jar.