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
**Browser support:** Chrome 78+, Firefox 68+, Safari 14+, Edge 79+ (desktop and mobile). See [full system requirements](https://www.dynamsoft.com/faq/barcode-reader/web/capabilities/system-requirement.html).
39
39
40
-
To get started, you can
41
-
42
-
- read the [User Guide](user-guide/index.html), or
43
-
- try the [Samples and Demos](samples-demos/)
44
-
45
40
## BarcodeScanner – One Line of Code
46
41
47
42
Add barcode scanning to your website with a single line of code:
@@ -65,31 +60,16 @@ That's it. The `BarcodeScanner` class handles everything:
65
60
66
61
This is the recommended way to use DBR-JS for most applications.
67
62
68
-

69
-
70
-
> [!TIP]
71
-
> Need more control over UI, camera, or decoding workflow? See the [Foundational APIs](user-guide/foundational-api.html) for advanced customization.
72
-
73
-
## Performance
74
-
75
-
`BarcodeScanner` decodes most barcodes in under 100ms, even in challenging conditions like poor lighting, damaged labels, or distorted prints. It includes multi-frame verification and confidence scoring to ensure accurate results.
76
-
77
-
> [!NOTE]
78
-
> If `BarcodeScanner` doesn't meet your specific requirements, explore the [Foundational APIs](user-guide/foundational-api.html) for advanced customization, or [contact us](https://www.dynamsoft.com/contact/) to discuss your use case.
| Quick integration with built-in UI |[BarcodeScanner Guide](user-guide/index.html)|
85
-
| Custom UI, fine-grained control, or extended workflows (document scanning, text recognizing) |[Foundational API Guide](user-guide/foundational-api.html)|
65
+
| Use Case | Recommended |
66
+
|----------|-------------|
67
+
| Quick integration with built-in UI |[BarcodeScanner Guide](user-guide/index.html)|
68
+
| Custom UI, fine-grained control, or extended workflows |[Foundational API Guide](user-guide/foundational-api.html)|
69
+
| Need help deciding? |[Contact us](https://www.dynamsoft.com/contact/)|
86
70
87
71
## See Also
88
72
89
-
### API Reference
90
-
91
-
For an overview of the APIs, see the [BarcodeScanner API Reference](api-reference/barcode-scanner.html).
92
-
93
-
### Release Notes
94
-
95
-
For a peek of DBR-JS history, check the [Release Notes](release-notes/).
73
+
-[BarcodeScanner API Reference](api-reference/barcode-scanner.html)
0 commit comments