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: 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.