Skip to content

Commit 71cf502

Browse files
committed
Updated
1 parent aaa68a1 commit 71cf502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official/comparison_tool/sdk_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ def process_image(image_path, detection_mode):
18001800
18011801
# Select template based on detection mode
18021802
if detection_mode == "Barcode":
1803-
template = EnumPresetTemplate.PT_READ_BARCODES.value
1803+
template = EnumPresetTemplate.PT_READ_BARCODES.value # EnumPresetTemplate.PT_READ_SINGLE_BARCODE.value
18041804
elif detection_mode == "Document":
18051805
template = EnumPresetTemplate.PT_DETECT_AND_NORMALIZE_DOCUMENT.value
18061806
elif detection_mode == "MRZ":

0 commit comments

Comments
 (0)