From e9de0e1c8f0fa77a65bbeef74f523a4019454266 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 5 Nov 2025 15:39:38 +0800 Subject: [PATCH 1/2] update to internal commit f2c28419 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e4ce71..34d2de0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: push: branches: - main - #- preview + - preview # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From d7d260d1baadcde5d18c0a99c2040087a80d6d3f Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 10 Nov 2025 17:09:02 +0800 Subject: [PATCH 2/2] Update version to 3.2.2000 and release notes for version 3.2.4000 --- .../api-reference/capture-vision-router/auxiliary.md | 6 +++--- .../api-reference/capture-vision-router/settings.md | 2 +- .../core/basic-structures/original-image-result-item.md | 6 +++--- .../javascript/api-reference/core/core-module-class.md | 2 +- programming/javascript/release-notes/dcvb-3.md | 6 ++++++ programming/javascript/release-notes/index.md | 1 + 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/programming/javascript/api-reference/capture-vision-router/auxiliary.md b/programming/javascript/api-reference/capture-vision-router/auxiliary.md index 95ccf65..c8ab1a6 100644 --- a/programming/javascript/api-reference/capture-vision-router/auxiliary.md +++ b/programming/javascript/api-reference/capture-vision-router/auxiliary.md @@ -64,7 +64,7 @@ CaptureVisionRouter.appendDLModelBuffer("sample-model.data") **Remarks** -This method was renamed from `appendModelBuffer()` in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. +This method was renamed from `appendModelBuffer()` in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. ## onDataLoadProgressChanged @@ -152,7 +152,7 @@ await CaptureVisionRouter.setGlobalIntraOpNumThreads(4); **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. ## clearDLModelBuffers @@ -172,4 +172,4 @@ await CaptureVisionRouter.clearDLModelBuffers(); **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. \ No newline at end of file +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. \ No newline at end of file diff --git a/programming/javascript/api-reference/capture-vision-router/settings.md b/programming/javascript/api-reference/capture-vision-router/settings.md index 4fc0249..5b6dea2 100644 --- a/programming/javascript/api-reference/capture-vision-router/settings.md +++ b/programming/javascript/api-reference/capture-vision-router/settings.md @@ -266,4 +266,4 @@ await router.switchCapturingTemplate("ReadBarcodes_ReadRateFirst"); **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. \ No newline at end of file +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. \ No newline at end of file diff --git a/programming/javascript/api-reference/core/basic-structures/original-image-result-item.md b/programming/javascript/api-reference/core/basic-structures/original-image-result-item.md index 677fd8b..ca631ef 100644 --- a/programming/javascript/api-reference/core/basic-structures/original-image-result-item.md +++ b/programming/javascript/api-reference/core/basic-structures/original-image-result-item.md @@ -35,7 +35,7 @@ Converts the image data into an HTMLCanvasElement for display or further manipul **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. ## toImage @@ -47,7 +47,7 @@ Converts the image data into an HTMLImageElement of a specified MIME type ('imag **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. ## toBlob @@ -59,4 +59,4 @@ Converts the image data into a Blob object of a specified MIME type ('image/png' **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. \ No newline at end of file +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000. \ No newline at end of file diff --git a/programming/javascript/api-reference/core/core-module-class.md b/programming/javascript/api-reference/core/core-module-class.md index e216915..86a35fa 100644 --- a/programming/javascript/api-reference/core/core-module-class.md +++ b/programming/javascript/api-reference/core/core-module-class.md @@ -238,7 +238,7 @@ Dynamsoft.Core.Coremodule.onWasmLoadProgressChanged = function(filePath, tag, pr **Remarks** -Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.1000. +Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.