Skip to content

Commit 14cd7aa

Browse files
committed
update sample list
1 parent e5ec7b8 commit 14cd7aa

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@ If you have any questions, feel free to [contact Dynamsoft support](https://www.
5858

5959
### Scenarios
6060

61-
- [pick-one-to-fill/](./scenarios/pick-one-to-fill/)
62-
- [cart-builder](./scenarios/cart-builder.html)
63-
- [scan-and-search](./scenarios/scan-and-search.html)
64-
- [show-result-texts-on-the-video](./scenarios/show-result-texts-on-the-video.html)
65-
- [batch-inventory/](./scenarios/batch-inventory/)
66-
- [read-a-drivers-license/](./scenarios/read-a-drivers-license/)
67-
- [read-and-parse-GS1-AI/](./scenarios/read-and-parse-GS1-AI/)
68-
- [scan-qr-code/](./scenarios/scan-qr-code/)
69-
- [scan-any-codes/](./scenarios/scan-any-codes/)
70-
- [scan-common-2D-codes/](./scenarios/scan-common-2D-codes/)
71-
- [scan-1D-Retail/](./scenarios/scan-1D-Retail/)
72-
- [scan-1D-Industrial/](./scenarios/scan-1D-Industrial/)
73-
- [scan-from-distance/](./scenarios/scan-from-distance/)
74-
- [locate-an-item-with-barcode/](./scenarios/locate-an-item-with-barcode/)
75-
- [debug/](./scenarios/debug/)
61+
- [pick-one-to-fill/](./scenarios/pick-one-to-fill/) — Picking the correct one from multiple candidates by scanning barcodes.
62+
- [cart-builder.html](./scenarios/cart-builder/) — Single-page demo illustrating adding scanned items into a shopping cart.
63+
- [scan-and-search.html](./scenarios/scan-and-search/) — Example that scans a barcode and performs a lookup/search operation.
64+
- [show-result-texts-on-the-video.html](./scenarios/show-result-texts-on-the-video/) — Overlay decoded text on live video while scanning.
65+
- [batch-inventory/](./scenarios/batch-inventory/) — Batch scanning workflow for inventory collection and export.
66+
- [read-a-drivers-license/](./scenarios/read-a-drivers-license/) — Demo for reading and parsing a driver's license image/data.
67+
- [read-and-parse-GS1-AI/](./scenarios/read-and-parse-GS1-AI/) — Example showing GS1 AI parsing and data extraction.
68+
- [scan-qr-code/](./scenarios/scan-qr-code/) — QR code targeted demo and settings.
69+
- [scan-any-codes/](./scenarios/scan-any-codes/) — Demo configured to detect a wide range of barcode formats.
70+
- [scan-common-2D-codes/](./scenarios/scan-common-2D-codes/) — Focused on common 2D barcode formats decoding.
71+
- [scan-1D-Retail/](./scenarios/scan-1D-Retail/) — 1D retail barcode tuning example.
72+
- [scan-1D-Industrial/](./scenarios/scan-1D-Industrial/) — 1D industrial barcode tuning example.
73+
- [scan-from-distance/](./scenarios/scan-from-distance/) — Demo for scanning barcodes from a distance (zoom/ROI tuning).
74+
- [locate-an-item-with-barcode/](./scenarios/locate-an-item-with-barcode/) — UI to help locate items with barcodes in a list or layout.
75+
- [debug/](./scenarios/debug/) — Debug utilities and a small server (frame collector) used for testing and troubleshooting.
7676

7777
### Official Online Demo
7878

scenarios/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This directory contains focused scenario samples that show common real-world use
55
Included samples
66

77
- [pick-one-to-fill/](./pick-one-to-fill/) — Picking the correct one from multiple candidates by scanning barcodes.
8-
- [cart-builder.html](./cart-builder.html) — Single-page demo illustrating adding scanned items into a shopping cart.
9-
- [scan-and-search.html](./scan-and-search.html) — Example that scans a barcode and performs a lookup/search operation.
10-
- [show-result-texts-on-the-video.html](./show-result-texts-on-the-video.html) — Overlay decoded text on live video while scanning.
8+
- [cart-builder.html](./cart-builder/) — Single-page demo illustrating adding scanned items into a shopping cart.
9+
- [scan-and-search.html](./scan-and-search/) — Example that scans a barcode and performs a lookup/search operation.
10+
- [show-result-texts-on-the-video.html](./show-result-texts-on-the-video/) — Overlay decoded text on live video while scanning.
1111
- [batch-inventory/](./batch-inventory/) — Batch scanning workflow for inventory collection and export.
1212
- [read-a-drivers-license/](./read-a-drivers-license/) — Demo for reading and parsing a driver's license image/data.
1313
- [read-and-parse-GS1-AI/](./read-and-parse-GS1-AI/) — Example showing GS1 AI parsing and data extraction.

0 commit comments

Comments
 (0)