com.digertech.sdk.samples
Class SampleImageValidator

java.lang.Object
  extended by com.digertech.sdk.samples.SampleImageValidator

public class SampleImageValidator
extends java.lang.Object

This sample load the image data from the file and validate the image data according to X9.100-181 standard and print image validation results. To run this sample, a jar file in the lib folder should be included in the classpath: ImageValidationSDK.jar Execute the commmand to run the sample : java com.digertech.sdk.samples.SampleImageValidator [TIFF image file] [license key] [TIFF image file] - TIFF image file full path name. [license key] - Image Validation SDK license key.


Constructor Summary
SampleImageValidator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void setLicenseKey()
           
static void setLicenseKey(java.lang.String validateLicenseKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleImageValidator

public SampleImageValidator()
Method Detail

setLicenseKey

public static void setLicenseKey()

setLicenseKey

public static void setLicenseKey(java.lang.String validateLicenseKey)

main

public static void main(java.lang.String[] args)