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

    Class VinScannerConfiguration

    Configuration for the VIN scanner.

    Index

    Constructors

    Properties

    extractVINFromBarcode: boolean

    If true, the VIN scanner will also extract VINs from barcodes. Requires a license that allows barcode scanning in addition to VIN scanning.

    Default is false

    maximumNumberOfAccumulatedFrames: number

    Maximum number of accumulated frames to inspect before actual result is returned.

    Default is 3

    minimumNumberOfRequiredFramesWithEqualScanningResult: number

    Minimum number of accumulated frames that have equal result.

    Default is 2

    ocrResolutionLimit: number

    Maximum image size (height or width) for OCR process. 0 - do not rescale.

    Default is 0

    optimizeSingleLine: boolean

    Optimize for scanning a single line or a single word. Enable this option when scanning a single line or single word that are hard to scan reliably.

    Default is true