Skip to content

Commit 5b553cc

Browse files
update to internal commit 90342f0e
1 parent dcd238a commit 5b553cc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

parameters/reference/barcode-complement-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ Sets the parameters passed to the library to load dynamically.
128128
129129
## Related Articles
130130
- [Use RuntimeSettings or Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html)
131-
- [How to decode incomplete barcodes]({{ site.scenario_settings }}how-to-set-barcode-complememt-modes.html)
131+
- [How to decode incomplete barcodes]({{ site.scenario_settings }}how-to-set-barcode-complement-modes.html)

parameters/scenario-settings/assets/how-to-set-barcode-complememt-modes/barcode-complememt-modes-sample-image-dm.png renamed to parameters/scenario-settings/assets/how-to-set-barcode-complement-modes/barcode-complement-modes-sample-image-dm.png

File renamed without changes.

parameters/scenario-settings/assets/how-to-set-barcode-complememt-modes/barcode-complememt-modes-sample-image-qr.png renamed to parameters/scenario-settings/assets/how-to-set-barcode-complement-modes/barcode-complement-modes-sample-image-qr.png

File renamed without changes.

parameters/scenario-settings/how-to-set-barcode-complement-modes-v7.6.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ permalink: /parameters/scenario-settings/how-to-set-barcode-complement-modes-v7.
1111
In some case, due to misprinting, barcodes may have incomplete parts. For example, a QR code that is missing the position detection pattern (See the sample image below). In this case, you can enable the barcode completion logic in Dynamsoft Barcode Reader(DBR) by turning on [`BarcodeComplementModes`]({{ site.parameters_reference }}barcode-complement-modes.html#barcodecomplementmodes). DBR will then automatically attempt to complete and correct the location information that is incorrect or lost due to misprinting according to the structure characteristics of the corresponding barcode type. The barcode completion logic only supports QR code and Data Matrix at present. BarcodeComplementModes is disabled by default, you can enable it based on your requirements.
1212

1313
Here are two examples with imcomplete barcodes
14-
![barcode-complememt-modes-sample-image-dm][1]
15-
![barcode-complememt-modes-sample-image-qr][2]
14+
![barcode-complement-modes-sample-image-dm][1]
15+
![barcode-complement-modes-sample-image-qr][2]
1616

1717
## Sample code snippets
1818

@@ -67,5 +67,5 @@ delete reader;
6767
}
6868
```
6969

70-
[1]:assets\how-to-set-barcode-complememt-modes\barcode-complememt-modes-sample-image-dm.png
71-
[2]:assets\how-to-set-barcode-complememt-modes\barcode-complememt-modes-sample-image-qr.png
70+
[1]:assets\how-to-set-barcode-complement-modes\barcode-complement-modes-sample-image-dm.png
71+
[2]:assets\how-to-set-barcode-complement-modes\barcode-complement-modes-sample-image-qr.png

parameters/scenario-settings/how-to-set-barcode-complement-modes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ permalink: /parameters/scenario-settings/how-to-set-barcode-complement-modes.htm
1111
In some cases, barcodes may have incomplete parts due to misprinting. For example, a QR code that is missing the position detection pattern (See the sample image below). In this case, you can enable the barcode completion logic in Dynamsoft Barcode Reader(DBR) by turning on [`BarcodeComplementModes`]({{ site.parameters_reference }}barcode-complement-modes.html#barcodecomplementmodes). DBR will then automatically attempt to complete and correct the location information that is incorrect or lost due to misprinting according to the structure characteristics of the corresponding barcode type. The barcode completion logic only supports QR code and Data Matrix at present. BarcodeComplementModes is disabled by default, you can enable it based on your requirements.
1212

1313
Here are two examples with imcomplete barcodes
14-
![barcode-complememt-modes-sample-image-dm][1]
15-
![barcode-complememt-modes-sample-image-qr][2]
14+
![barcode-complement-modes-sample-image-dm][1]
15+
![barcode-complement-modes-sample-image-qr][2]
1616

1717
## Sample code snippets
1818

@@ -67,5 +67,5 @@ delete reader;
6767
}
6868
```
6969

70-
[1]:assets\how-to-set-barcode-complememt-modes\barcode-complememt-modes-sample-image-dm.png
71-
[2]:assets\how-to-set-barcode-complememt-modes\barcode-complememt-modes-sample-image-qr.png
70+
[1]:assets\how-to-set-barcode-complement-modes\barcode-complement-modes-sample-image-dm.png
71+
[2]:assets\how-to-set-barcode-complement-modes\barcode-complement-modes-sample-image-qr.png

0 commit comments

Comments
 (0)