Skip to content

Commit 6d31559

Browse files
authored
Update avoid-incorrect-barcode-results.md
1 parent 9d2ca99 commit 6d31559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

barcode-reader/general/avoid-incorrect-barcode-results.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ needAutoGenerateSidebar: false
1010

1111
- One method is to raise the value of [minResultConfidence](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/RuntimeSettings.html#minresultconfidence) of the `RuntimeSettings` to a value of 50 or higher. It is set to 30 by default.
1212
- If the issue has to do with the length of the text result, you can try setting a minimum length for the barcode text(s) that are returned by the SDK. By setting the [minBarcodeTextLength](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/RuntimeSettings.html#minbarcodetextlength) property of the `RuntimeSettings`, the SDK can ignore results that are consistently coming out shorter than expected.
13+
1314
---
1415

1516
> **Notice (Temporary Issue)**

0 commit comments

Comments
 (0)