capacitor-plugin-scanbot-sdk
    Preparing search index...

    Class DocumentScannerOutputSettings

    Configuration of the output settings.

    Index

    Constructors

    Properties

    defaultFilter: ParametricFilter | null

    Determines the image filter to apply by default.

    documentAnalysisMode: DocumentAnalysisMode

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

    Default is 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 is 0

    pagesScanLimit: number

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

    Default is 0