We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc12692 commit 3374bb3Copy full SHA for 3374bb3
samples/general-settings.py
@@ -22,7 +22,7 @@
22
# The barcode format our library will search for is composed of BarcodeFormat group 1 and BarcodeFormat group 2.
23
# So you need to specify the barcode format in group 1 and group 2 individually.
24
settings.barcode_format_ids = EnumBarcodeFormat.BF_ALL
25
- settings.barcode_format_ids_2 = EnumBarcodeFormat.BF2_POSTALCODE | EnumBarcodeFormat_2.BF2_DOTCODE
+ settings.barcode_format_ids_2 = EnumBarcodeFormat_2.BF2_POSTALCODE | EnumBarcodeFormat_2.BF2_DOTCODE
26
27
# 3.3 Set the expected barcode count you want to read.
28
settings.expected_barcodes_count = 10
0 commit comments