Class DocumentScannerOutputSettings

Configuration of the output settings.

Hierarchy

  • PartiallyConstructible
    • DocumentScannerOutputSettings

Constructors

Properties

defaultFilter: ParametricFilter

Determines the image filter to apply by default.

Default Value

null;
documentAnalysisMode: DocumentAnalysisMode

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

Default Value

"UNFILTERED_DOCUMENT";
documentImageSizeLimit: number

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 Value

0;
pagesScanLimit: number

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

Default Value

0;

Generated using TypeDoc