Class ImageFormat

java.lang.Object
com.regula.documentreader.api.enums.ImageFormat

public class ImageFormat extends Object
Image formats used to create an online processing request
  • Field Details

    • PNG

      public static final int PNG
      The quality is lossless, but the size of the request will be larger
      See Also:
    • JPG

      public static final int JPG
      The lossy compression method is used. Allows to reduce the size of the online processing request
      See Also:
  • Constructor Details

    • ImageFormat

      public ImageFormat()