You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`ReadAnImage`](Samples/read_an_image.py)| Shows the simplest way to read barcodes from an image file and output barcode format and text. |
45
45
|[`ReadMultipleImages`](Samples/read_multiple_images.py)| Shows the simplest way to read barcodes from directory with image files and output barcode format and text. |
46
+
|[`GeneralSettings`](Samples/general_settings.py)| Shows how to adjust general scan settings, e.g., barcode format, barcode count, scan region. |
47
+
|[`ReadDPMBarcode`](Samples/read_dpm_barcode.py)| Shows how to read DPM (Direct Part Mark) barcodes. |
48
+
|[`VideoDecoding`](Samples/video_decoding.py.py)| Shows how to decode barcodes from live video or video file. |
# The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
7
+
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
# The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
8
+
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
# 3 Decode barcodes from an image file by current runtime settings. The second parameter value "" means to decode through the current PublicRuntimeSettings.
# The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
134
+
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
0 commit comments