Skip to content

Commit 8490539

Browse files
committed
Condense Performance section and add contact note for advanced needs
1 parent 0fc3e8e commit 8490539

1 file changed

Lines changed: 5 additions & 19 deletions

File tree

programming/javascript/index.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -70,33 +70,19 @@ This is the recommended way to use DBR-JS for most applications.
7070
> [!TIP]
7171
> Need more control over UI, camera, or decoding workflow? See the [Foundational APIs](user-guide/foundational-api.html) for advanced customization.
7272
73-
## High Performance
73+
## Performance
7474

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.
7676

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.
9379
9480
## Next Step
9581

9682
| Use Case | Recommended Guide |
9783
| ------------------------------------------------------------------------------- | ---------------------------------------------------------- |
9884
| 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) |
10086

10187
## See Also
10288

0 commit comments

Comments
 (0)