Optional
source: DeepPartial<BarcodeScannerConfiguration>The customer format used in AUSTRALIA_POST codes. The default value is ALPHA_NUMERIC.
"ALPHA_NUMERIC";
List of accepted barcode symbologies.
Defaults to common types.
["AZTEC", "CODABAR", "CODE_39", "CODE_93", "CODE_128", "DATA_MATRIX", "DATABAR", "DATABAR_EXPANDED", "DATABAR_LIMITED", "EAN_13", "EAN_8", "ITF", "MICRO_QR_CODE", "PDF_417", "QR_CODE", "UPC_A", "UPC_E"];
Filter for extended EAN and UPC barcodes.
"NO_FILTER";
Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off). This option overrides barcodesExtensionFilter
option.
"";
The engine mode to use for barcode scanning.
"NEXT_GEN_LOW_POWER";
List of document formats to be extracted.
Defaults to all document formats.
["AAMVA", "BOARDING_PASS", "DE_MEDICAL_PLAN", "MEDICAL_CERTIFICATE", "ID_CARD_PDF_417", "SEPA", "SWISS_QR", "VCARD", "GS1", "HIBC"];
The expected way of handling GS1_COMPOSITE barcodes.
"PARSE";
Maximum resolution of the image processed by the barcode recognizer. Smaller values mean faster processing but lower recognition quality. The value is limited by the resolution of the preview.
600;
Optional maximum text length of the detected barcode. The default is 0 (setting is turned off). NOTE - This feature works on ITF barcodes only.
0;
Optional minimum required quiet zone on the barcode. Measured in modules (the smallest bar size on a barcode). The default is 10. NOTE - This feature works on ITF barcodes only.
10;
Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1). Barcodes with a sizeScore less than this value will not be scanned. When set to 0, barcodes are returned no matter what their size is.
0.0;
Optional minimum required text length of the detected barcode. The default is 0 (setting is turned off). NOTE - This feature works on ITF barcodes only.
0;
Checksum algorithm used for MSI Plessey barcodes. The default value is MOD_10.
"MOD_10";
If true
, check digits for UPC, EAN and MSI Plessey codes are removed from the result. Has no effect if both single and double digit MSI Plessey checksums are enabled. The default is false
.
false;
If true
, the optional check digit for CODE_11 codes is used in validation. The default is true
.
true;
If true
, the optional check digit for IATA_2_OF_5 codes is used in validation. The default is true
.
true;
Generated using TypeDoc
Configuration of the scanning behavior.