Skip to content

Commit fa9fa9c

Browse files
Merge pull request #71 from dynamsoft-docs/preview
2 parents 2e5665b + d7d260d commit fa9fa9c

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11-
#- preview
11+
- preview
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

programming/javascript/api-reference/capture-vision-router/auxiliary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CaptureVisionRouter.appendDLModelBuffer("sample-model.data")
6464

6565
**Remarks**
6666

67-
This method was renamed from `appendModelBuffer()` in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
67+
This method was renamed from `appendModelBuffer()` in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
6868

6969
## onDataLoadProgressChanged
7070

@@ -152,7 +152,7 @@ await CaptureVisionRouter.setGlobalIntraOpNumThreads(4);
152152

153153
**Remarks**
154154

155-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
155+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
156156

157157
## clearDLModelBuffers
158158

@@ -172,4 +172,4 @@ await CaptureVisionRouter.clearDLModelBuffers();
172172

173173
**Remarks**
174174

175-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
175+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.

programming/javascript/api-reference/capture-vision-router/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ await router.switchCapturingTemplate("ReadBarcodes_ReadRateFirst");
266266

267267
**Remarks**
268268

269-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
269+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.

programming/javascript/api-reference/core/basic-structures/original-image-result-item.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Converts the image data into an HTMLCanvasElement for display or further manipul
3535

3636
**Remarks**
3737

38-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
38+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
3939

4040
## toImage
4141

@@ -47,7 +47,7 @@ Converts the image data into an HTMLImageElement of a specified MIME type ('imag
4747

4848
**Remarks**
4949

50-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
50+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
5151

5252
## toBlob
5353

@@ -59,4 +59,4 @@ Converts the image data into a Blob object of a specified MIME type ('image/png'
5959

6060
**Remarks**
6161

62-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
62+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.

programming/javascript/api-reference/core/core-module-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Dynamsoft.Core.Coremodule.onWasmLoadProgressChanged = function(filePath, tag, pr
238238

239239
**Remarks**
240240

241-
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000.
241+
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
242242
<!--
243243
## onLog
244244

programming/javascript/release-notes/dcvb-3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ noTitleIndex: true
99

1010
# Release Notes - DynamsoftCaptureVisionBundle
1111

12+
## 3.2.4000 (11/11/2025)
13+
14+
### Fixed
15+
16+
- Fixed a bug that could cause a crash when using model localization with a 2D barcode.
17+
1218
## 3.2.2000 (11/04/2025)
1319

1420
### 🎉Milestone Release

programming/javascript/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ noTitleIndex: true
99

1010
# Release Notes - Dynamsoft Capture Vision Bundle JavaScript
1111

12+
- [3.2.4000 (11/11/2025)](dcvb-3.md#324000-11112025)
1213
- [3.2.2000 (11/04/2025)](dcvb-3.md#322000-11042025)
1314
- [3.0.6001 (08/28/2025)](dcvb-3.md#306001-08282025)
1415
- [3.0.6000 (08/14/2025)](dcvb-3.md#306000-08142025)

0 commit comments

Comments
 (0)