Vin Scanner Configuration
data class VinScannerConfiguration(var optimizeSingleLine: Boolean = true, var extractVINFromBarcode: Boolean = false, var ocrResolutionLimit: Int = 0, var maximumNumberOfAccumulatedFrames: Int = 3, var minimumNumberOfRequiredFramesWithEqualScanningResult: Int = 2) : Parcelable
Configuration for the VIN scanner.
Properties
Link copied to clipboard
If true, the VIN scanner will also extract VINs from barcodes. Requires a license that allows barcode scanning in addition to VIN scanning.
Link copied to clipboard
Maximum number of accumulated frames to inspect before actual result is returned.
Link copied to clipboard
Minimum number of accumulated frames that have equal result.
Link copied to clipboard
Maximum image size (height or width) for OCR process. 0 - do not rescale.
Link copied to clipboard
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.