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
Copy file name to clipboardExpand all lines: programming/javascript/index.md
+5-19Lines changed: 5 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,33 +70,19 @@ This is the recommended way to use DBR-JS for most applications.
70
70
> [!TIP]
71
71
> Need more control over UI, camera, or decoding workflow? See the [Foundational APIs](user-guide/foundational-api.html) for advanced customization.
72
72
73
-
## High Performance
73
+
## Performance
74
74
75
-
### Fast Recognition
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
76
77
-
In most cases, DBR deblurs, binarizes, and decodes a barcode in under 100 milliseconds.
78
-
79
-
The built-in camera integration ensures high-quality frames are captured and processed efficiently.
80
-
81
-
### Challenging Conditions
82
-
83
-
Real-world barcodes are often distorted, inverted, partially damaged, or captured in poor lighting with shadows and glare. DBR's image processing algorithms handle these cases through configurable settings.
84
-
85
-
### Accuracy
86
-
87
-
DBR uses image preprocessing to maximize barcode legibility before decoding. Additional accuracy features include:
88
-
89
-
- Multi-frame result verification for consistency
90
-
- Confidence scores to filter low-quality results
91
-
- Optional OCR verification against accompanying text
92
-
- Error correction for non-standard or deformed barcodes
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)|
99
-
| Custom UI, fine-grained control, or extended workflows (OCR, document scanning) |[Foundational API Guide](user-guide/foundational-api.html)|
85
+
| Custom UI, fine-grained control, or extended workflows (document scanning, text recognizing) |[Foundational API Guide](user-guide/foundational-api.html)|
0 commit comments