Skip to content

Commit be138a7

Browse files
Merge pull request #409 from dynamsoft-docs/preview
update to internal commit c431c804
2 parents 1b8b27e + 2d6a1c1 commit be138a7

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

programming/javascript/api-reference/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ noTitleIndex: true
1414

1515
In versions 10.x and higher, Dynamsoft Barcode Reader JavaScript Edition includes the following modules:
1616

17-
* [DynamsoftCaptureVisionRouter]({{ site.dcv_js_api }}capture-vision-router/capture-vision-router-module.html)
17+
* [DynamsoftCaptureVisionRouter]({{ site.dcvb_js_api }}capture-vision-router/capture-vision-router-module.html)
1818
* [DynamsoftBarcodeReader](./barcode-reader-module.md)
1919
* [DynamsoftCameraEnhancer]({{ site.dce_js_api }}index.html)
20-
* [DynamsoftLicense]({{ site.dcv_js_api }}license/license-module.html)
21-
* [DynamsoftUtility]({{ site.dcv_js_api }}utility/utility-module.html)
22-
* [DynamsoftCore]({{ site.dcv_js_api }}core/core-module.html)
20+
* [DynamsoftLicense]({{ site.dcvb_js_api }}license/license-module.html)
21+
* [DynamsoftUtility]({{ site.dcvb_js_api }}utility/utility-module.html)
22+
* [DynamsoftCore]({{ site.dcvb_js_api }}core/core-module.html)

programming/javascript/api-reference/interfaces/barcode-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ location: Core.Quadrilateral;
8787

8888
**See also**
8989

90-
* [Quadrilateral]({{ site.dcv_js_api }}core/basic-structures/quadrilateral.html)
90+
* [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)
9191

9292
## confidence
9393

programming/javascript/api-reference/interfaces/candidate-barcode-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ location: Quadrilateral;
2828

2929
**See also**
3030

31-
* [Quadrilateral]({{ site.dcv_js_api }}core/basic-structures/quadrilateral.html)
31+
* [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)
3232

3333
## possibleFormats
3434

programming/javascript/api-reference/interfaces/complemented-barcode-image-unit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ imageData: Core.DSImageData;
3333

3434
**See also**
3535

36-
* [DSImageData]({{ site.dcv_js_api }}core/basic-structures/ds-image-data.html)
36+
* [DSImageData]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html)
3737

3838
## location
3939

@@ -45,4 +45,4 @@ location: Core.Quadrilateral;
4545

4646
**See also**
4747

48-
* [Quadrilateral]({{ site.dcv_js_api }}core/basic-structures/quadrilateral.html)
48+
* [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)

programming/javascript/api-reference/interfaces/decoded-barcodes-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ readonly originalImageTag: Core.ImageTag;
4747

4848
**See also**
4949

50-
* [ImageTag]({{ site.dcv_js_api }}core/basic-structures/image-tag.html)
50+
* [ImageTag]({{ site.dcvb_js_api }}core/basic-structures/image-tag.html)
5151

5252
## barcodeResultItems
5353

programming/javascript/api-reference/interfaces/deformation-resisted-barcode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ imageData: DSImageData;
4141

4242
**See also**
4343

44-
* [DSImageData]({{ site.dcv_js_api }}core/basic-structures/ds-image-data.html)
44+
* [DSImageData]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html)
4545

4646
## location
4747

@@ -53,4 +53,4 @@ location: Quadrilateral;
5353

5454
**See also**
5555

56-
* [Quadrilateral]({{ site.dcv_js_api }}core/basic-structures/quadrilateral.html)
56+
* [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)

programming/javascript/api-reference/interfaces/extended-barcode-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ samplingImage: Core.DSImageData;
6565

6666
**See also**
6767

68-
* [DSImageData]({{ site.dcv_js_api }}core/basic-structures/ds-image-data.html)
68+
* [DSImageData]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html)

programming/javascript/api-reference/interfaces/scaled-up-barcode-image-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ imageData: Core.DSImageData;
3131

3232
**See also**
3333

34-
* [DSImageData]({{ site.dcv_js_api }}core/basic-structures/ds-image-data.html)
34+
* [DSImageData]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html)

programming/javascript/faq/get-intermediate-result-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ needAutoGenerateSidebar: false
1111
[<< Back to FAQ index](index.md)
1212

1313
## Version 10
14-
The intermeddiate results can be retrieved using the [IntermediateResultManager]({{ site.dcv_js_api }}capture-vision-router/intermediate-result-manager.html)
14+
The intermeddiate results can be retrieved using the [IntermediateResultManager]({{ site.dcvb_js_api }}capture-vision-router/intermediate-result-manager.html)
1515

1616

1717
## Version 9

programming/javascript/faq/remove-duplicates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ settings.barcodeSettings.barcodeFormatIds =
5252
await router.updateSettings("ReadSingleBarcode", settings);
5353
```
5454

55-
- to set the barcode format using the template check out the [template section]({{site.dcv_js_api}}capture-vision-router/settings.html)
55+
- to set the barcode format using the template check out the [template section]({{site.dcvb_js_api}}capture-vision-router/settings.html)
5656

5757

5858
Implementing these steps can help streamline your barcode scanning process, reduce unnecessary scans, and optimize resource usage effectively.

0 commit comments

Comments
 (0)