Skip to content

Commit 4322a46

Browse files
update
1 parent f251f44 commit 4322a46

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ pip3 install dynamsoft_barcode_reader_bundle
4040

4141
## Samples
4242

43+
### Basic Barcode Reader Samples
44+
4345
| Sample Name | Description |
4446
| ----------- | ----------- |
4547
| [`ReadAnImage`](Samples/read_an_image.py) | Shows the simplest way to read barcodes from an image file and output barcode format and text. |
@@ -49,6 +51,18 @@ pip3 install dynamsoft_barcode_reader_bundle
4951
| [`VideoDecoding`](Samples/video_decoding.py) | Shows how to decode barcodes from live video or video file. |
5052
| [`MultiFormatImageProcessing`](Samples/multi_format_image_processing.py) | Shows how to decode barcodes from various image format. |
5153

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). |
65+
5266
## Documentation
5367

5468
https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/?ver=latest&utm_source=samples

0 commit comments

Comments
 (0)