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
|[`VideoDecoding`](Samples/video_decoding.py)| Shows how to decode barcodes from live video or video file. |
50
52
|[`MultiFormatImageProcessing`](Samples/multi_format_image_processing.py)| Shows how to decode barcodes from various image format. |
51
53
54
+
### Additional Samples using Capture Vision SDK
55
+
56
+
In addition to the classic barcode decoding samples listed above, the following samples go a step further by parsing the decoded results and showcasing more structured workflows.
57
+
58
+
> [!IMPORTANT]
59
+
> These samples use the `dynamsoft_capture_vision_bundle` package instead of `dynamsoft_barcode_reader_bundle`. If you're switching to these samples, make sure to install and use the correct package.
60
+
61
+
| Sample Name | Description |
62
+
| --- | --- |
63
+
|[`DriverLicenseScanner`](https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/driver_license_scanner.py)| Shows how to capture and extract user's information from driver license/ID. |
64
+
|[`VINScanner`](https://github.com/Dynamsoft/capture-vision-python-samples/blob/main/Samples/vin_scanner.py)| Shows how to capture and extract vehicle's information from Vehicle Identification Number (VIN). |
0 commit comments