Class DocumentScannerOutputSettings

    • Method Detail

      • getPagesScanLimit

         final Integer getPagesScanLimit()

        The limit of the number of pages that can be scanned. Default is 0 (no limit). Default is 0

      • setPagesScanLimit

         final Unit setPagesScanLimit(Integer pagesScanLimit)

        The limit of the number of pages that can be scanned. Default is 0 (no limit). Default is 0

      • getDocumentImageSizeLimit

         final Integer getDocumentImageSizeLimit()

        The limit of the size of the cropped document images. If one of the dimensions of the cropped image is larger than the limit, the image is downscaled so that its longer dimension matches the limit. The default is 0 (no limit). Default is 0

      • setDocumentImageSizeLimit

         final Unit setDocumentImageSizeLimit(Integer documentImageSizeLimit)

        The limit of the size of the cropped document images. If one of the dimensions of the cropped image is larger than the limit, the image is downscaled so that its longer dimension matches the limit. The default is 0 (no limit). Default is 0

      • getDocumentAnalysisMode

         final DocumentAnalysisMode getDocumentAnalysisMode()

        Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image. Default is UNFILTERED_DOCUMENT

      • setDocumentAnalysisMode

         final Unit setDocumentAnalysisMode(DocumentAnalysisMode documentAnalysisMode)

        Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image. Default is UNFILTERED_DOCUMENT