Configuration for the VIN scanner.

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 Value

false;
maximumNumberOfAccumulatedFrames: number

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

Default Value

3;
minimumNumberOfRequiredFramesWithEqualScanningResult: number

Minimum number of accumulated frames that have equal result.

Default Value

2;
ocrResolutionLimit: number

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

Default Value

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 Value

true;

Generated using TypeDoc