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
| <ahref="https://github.com/Dynamsoft/barcode-reader-python-samples/blob/master/Samples/read_an_image.py"target="_blank">ReadAnImage</a> | Shows the simplest way to read barcodes from an image file and output barcode format and text. |
18
18
| <ahref="https://github.com/Dynamsoft/barcode-reader-python-samples/blob/master/Samples/read_multiple_images.py"target="_blank">ReadMultipleImages</a> | Shows the simplest way to read barcodes from directory with image files and output barcode format and text. |
19
+
| <ahref="https://github.com/Dynamsoft/barcode-reader-python-samples/blob/master/Samples/general_settings.py"target="_blank">GeneralSettings</a> | Shows how to adjust general scan settings, e.g., barcode format, barcode count, scan region. |
20
+
| <ahref="https://github.com/Dynamsoft/barcode-reader-python-samples/blob/master/Samples/read_dpm_barcode.py"target="_blank">ReadDPMBarcode</a> | Shows how to read DPM (Direct Part Mark) barcodes. |
21
+
| <ahref="https://github.com/Dynamsoft/barcode-reader-python-samples/blob/master/Samples/video_decoding.py"target="_blank">VideoDecoding</a> | Shows how to decode barcodes from live video or video file. |
19
22
20
23
## Official Online Demo
21
24
This <ahref="https://demo.dynamsoft.com/barcode-reader/"target="_blank">Online Demo</a> is an online barcode scanner for all barcode types. All supported parameters are opened for customization to see how Dynamsoft Barcode Reader works in different usage scenarios.
0 commit comments