Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- main
#- preview
- preview

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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.
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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.
Introduced in Dynamsoft Barcode Reader Bundle version 11.2.2000 and Dynamsoft Capture Vision Bundle version 3.2.2000.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!--
## onLog

Expand Down
6 changes: 6 additions & 0 deletions programming/javascript/release-notes/dcvb-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ noTitleIndex: true

# Release Notes - DynamsoftCaptureVisionBundle

## 3.2.4000 (11/11/2025)

### Fixed

- Fixed a bug that could cause a crash when using model localization with a 2D barcode.

## 3.2.2000 (11/04/2025)

### 🎉Milestone Release
Expand Down
1 change: 1 addition & 0 deletions programming/javascript/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ noTitleIndex: true

# Release Notes - Dynamsoft Capture Vision Bundle JavaScript

- [3.2.4000 (11/11/2025)](dcvb-3.md#324000-11112025)
- [3.2.2000 (11/04/2025)](dcvb-3.md#322000-11042025)
- [3.0.6001 (08/28/2025)](dcvb-3.md#306001-08282025)
- [3.0.6000 (08/14/2025)](dcvb-3.md#306000-08142025)
Expand Down
Loading