com.digertech.sdk.samples
Class SampleImageValidator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleImageValidator
public SampleImageValidator()
setLicenseKey
public static void setLicenseKey()
setLicenseKey
public static void setLicenseKey(java.lang.String validateLicenseKey)
main
public static void main(java.lang.String[] args)