You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added property `cameraOpenTimeout` to the `BarcodeScanner`, enabling control over the maximum time allowed for opening a selected camera.
40
40
- Changed the error message type generated during the autoZoom/autoFocus process from an error to a warning.
41
41
- Removed the `PDFReadingMode` property from the interface `RuntimeSettings` and eliminated the `EnumPDFReadingMode` enumeration.
42
-
- Updated the internal [Dynamsoft Camera Enhancer v3.3.10](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#3310-02052024) instead of the previous version 3.3.9.
42
+
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.9 to version [3.3.10](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#3310-02052024).
43
43
44
44
## 9.6.32 (12/07/2023)
45
45
46
46
#### Improved
47
47
48
48
- Remove redundant characters extracted from the PDF417 code on South Carolina driver's licenses.
49
-
- Updated the internal [Dynamsoft Camera Enhancer v3.3.9](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#339-12062023) instead of the previous version 3.3.8.
49
+
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.8 to version [3.3.9](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#339-12062023).
50
50
51
51
## 9.6.31 (10/12/2023)
52
52
53
53
#### Improved
54
54
55
55
- Supported a non-standard PDF417 type used in Navy's driver licenses.
56
-
- Updated the internal [Dynamsoft Camera Enhancer v3.3.8](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#338-10122023) instead of the previous version 3.3.6.
56
+
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.6 to version [3.3.8](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#338-10122023).
- Updated the barcode reader algorithm to v9.6.30.
68
-
- Updated the internal [Dynamsoft Camera Enhancerversion 3.3.6](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#336-09132023).
68
+
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.5 to version [3.3.6](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#336-09132023).
69
69
- Updated the API [`singleFrameMode`](../api-reference/BarcodeScanner.md#singleframemode) to support using the system camera directly without prompting for image source selection on mobile devices.
70
70
- Updated the method `close()` so that it automatically clears the highlighting of found barcode symbols.
- Updated [Dynamsoft Camera Enhancerversion 3.3.5](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#335-08022023) instead of the previous version 3.3.4.
80
+
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.4 to version [3.3.5](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#335-08022023).
81
81
- Updated API annotations.
82
82
83
83
## 9.6.20 (04/18/2023)
84
84
85
85
#### Improved
86
86
87
87
- Updated the barcode reader algorithm to v9.6.20.
88
-
- Updated the internal Dynamsoft Camera Enhancerto v3.3.4.
88
+
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.1 to version [3.3.4](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#334-04172023).
- Updated the barcode reader algorithm to v9.6.10.
115
-
- Updated the internal Dynamsoft Camera Enhancer to v3.3.1.
115
+
- Updated the internal `Dynamsoft Camera Enhancer` to [v3.3.1](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/release-note/release-notes-3.x.html#331-02202023).
116
116
- The method [`decodeBuffer`](../api-reference/BarcodeReader.md#decodebuffer) is updated to accept an additional parameter "orientation" to help specify the orientation of the image data.
117
117
- The interface [`LocalizationResult`](../api-reference/interface/LocalizationResult.md) is updated to have a new property "transformationMatrix".
118
118
- Three missing errorcodes are added: DBR_PANORAMA_LICENSE_INVALID, DBR_PHARMACODE_LICENSE_INVALID, DBR_IMAGE_ORIENTATION_INVALID. Check the full list at [`EnumErrorCode`](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/enum/EnumErrorCode.html).
In the following chapters, we will use `dbr.bundle.js`.
225
+
To simplify things, starting from version 10.0.21, we introduced `dbr.bundle.js`, which combines all six of the above files. In the following chapters, we will use `dbr.bundle.js`.
238
226
239
227
#### Use a public CDN
240
228
@@ -268,19 +256,23 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
In frameworks you need to [specify the engineResourcePaths](#specify-the-location-of-the-engine-files-optional).
259
+
NOTE that in frameworks, you need to [specify the engineResourcePaths](#specify-the-location-of-the-engine-files-optional).
272
260
273
261
#### Host the SDK yourself (optional)
274
262
275
263
Besides using the public CDN, you can also download the SDK and host its files on your own server or a commercial CDN before including it in your application.
276
264
277
-
Options to download the SDK:
265
+
There are two options for downloading the SDK, and the usage for each is slightly different
@@ -745,4 +729,4 @@ Learn about what are included in each release at [https://www.dynamsoft.com/barc
745
729
Now that you have got the SDK integrated, you can choose to move forward in the following directions
746
730
747
731
1. Check out the [Official Samples and Demo](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/samples-demos/index.html?ver=10.2.10)
748
-
2. Learn about the [APIs of the SDK](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/index.html?ver=10.2.10)
732
+
2. Learn about the [APIs of the SDK](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/index.html?ver=10.2.10)
0 commit comments