Class ImageFormat
java.lang.Object
com.regula.documentreader.api.enums.ImageFormat
Image formats used to create an online processing request
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PNG
public static final int PNGThe quality is lossless, but the size of the request will be larger- See Also:
-
JPG
public static final int JPGThe lossy compression method is used. Allows to reduce the size of the online processing request- See Also:
-
-
Constructor Details
-
ImageFormat
public ImageFormat()
-