Skip to content

Commit ecfffa4

Browse files
committed
fix some 404 links
1 parent 6b83925 commit ecfffa4

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
layout: default-layout
33
title: How to filter incorrect results with the barcode result length?
44
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, General, incorrect results
5-
description: How to filter incorrect results with the barcode result length?
5+
description: How to filter results with the barcode result length?
66
needAutoGenerateSidebar: false
7-
/avoid-incorrect-results.html
87
---
98

10-
## How to filter incorrect results with the barcode result length?
9+
## How to filter results with the barcode result length?
1110

12-
One way to avoid this is to set the [minBarcodeTextLength](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=int%20minResultConfidence%3B-,int%20minBarcodeTextLength%3B,-char%20barcodeTextRegExPattern%5B) in [SimplifiedBarcodeReaderSettings](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=SimplifiedBarcodeReaderSettings-,SimplifiedBarcodeReaderSettings,-The%20SimplifiedBarcodeReaderSettings%20struct) of [SimplifiedCaptureVisionSettings](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/structs/simplified-capture-vision-settings.html?product=dbr&repoType=server) to the correct length that the barcode results should be. Say that the barcode results should at least be 10 characters long, and the results are sometimes coming out with just 6 or 7 characters. By setting the minBarcodeTextLength to 10, the SDK will ignore results that are shorter than 10 characters.
11+
One way to filter results is to set the [minBarcodeTextLength](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=int%20minResultConfidence%3B-,int%20minBarcodeTextLength%3B,-char%20barcodeTextRegExPattern%5B) in [SimplifiedBarcodeReaderSettings](https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/api-reference/simplified-barcode-reader-settings.html#:~:text=SimplifiedBarcodeReaderSettings-,SimplifiedBarcodeReaderSettings,-The%20SimplifiedBarcodeReaderSettings%20struct) of [SimplifiedCaptureVisionSettings](https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/api-reference/capture-vision-router/structs/simplified-capture-vision-settings.html?product=dbr&repoType=server) to the correct length that the barcode results should be. Say that the barcode results should at least be 10 characters long, and the results are sometimes coming out with just 6 or 7 characters. By setting the minBarcodeTextLength to 10, the SDK will ignore results that are shorter than 10 characters.

barcode-reader/general/check-current-version.md

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

1111
There are multiple ways to check the version currently being used -
1212

13-
- The first way is to use the [version API](https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/InitializationControl.html?ver=latest#version). Using this API in the browser console should print out the version of the library being used by the web app.
13+
- The first way is to use the [version API](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-reader-module-class.html#getversion). Using this API in the browser console should print out the version of the library being used by the web app.
1414
- If you are using the library via npm or yarn, then you can check the version of the package via
1515

1616
```bash

barcode-reader/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,3 @@ Choose a category to get started.
8787
</a>
8888

8989
</div>
90-
91-
---
92-
93-
## Quick Links
94-
95-
- [General](./general/index.html)
96-
- [License](./license/index.html)
97-
- [Mobile](./mobile/index.html)
98-
- [Server](./server/index.html)
99-
- [Web](./web/index.html)

0 commit comments

Comments
 (0)