Skip to content

Commit a1477e8

Browse files
update
1 parent 45237f6 commit a1477e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/read_dpm_barcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 2 Replace with your own dpm barcode image path
2020
image_path = os.path.dirname(os.path.abspath(__file__)) + os.path.sep + "../images/dpm.jpg"
2121

22-
# 3 Decode barcodes from an image file by current runtime settings. The second parameter value "" means to decode through the current PublicRuntimeSettings.
22+
# 3 Decode barcodes from the image file.
2323
result = cvr_instance.capture(image_path,"")
2424

2525
# 4 Output the barcode format and barcode text.

0 commit comments

Comments
 (0)