@@ -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
0 commit comments