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
Copy file name to clipboardExpand all lines: programming/javascript/release-notes/dcvb.md
+131-1Lines changed: 131 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,137 @@ noTitleIndex: true
9
9
10
10
# Release Notes - DynamsoftCaptureVisionBundle
11
11
12
-
## 2.2.3000 (00/00/2024)
12
+
## 2.4.2000 (10/10/2024)
13
+
14
+
### Highlights
15
+
16
+
- Improved the read rate and the speed of the following barcode formats:
17
+
- EAN13
18
+
- DotCode
19
+
- Added support for decoding add-on codes (also known as Extension Codes) for UPC-A, UPC-E, EAN-8 and EAN-13 codes.
20
+
21
+
### DynamsoftCaptureVisionRouter
22
+
23
+
#### Improved
24
+
25
+
- Updated the error handling logic of `capturing` & `startCapturing` methods. The methods will be able to clearly report where the error occurred if the capturing fails due to an licensing issue.
26
+
27
+
#### New
28
+
29
+
- Added internal logics for usage count.
30
+
- Added a new callback function `OnRawTextLinesReceived` to the class `IntermediateResultReceiver`.
31
+
- Add `EnumPresetTemplate` for all preset template names
32
+
33
+
### DynamsoftCore
34
+
35
+
#### Improved
36
+
37
+
- Updated the path auto-filling mechanism to reduce non-essential path definitions.
38
+
39
+
#### New
40
+
41
+
- Added new error codes
42
+
- -10076: The license is initialized successfully but detected invalid content in your key.
43
+
- -30063: [Barcode Reader] No license found.
44
+
- -40103: [Label Recognizer] No license found.
45
+
- -50058: [Document Normalizer] No license found.
46
+
- -90012: [Code Parser] No license found.
47
+
- Added a new enumeration member `IRUT_RAW_TEXT_LINES` to the `EnumIntermediateResultUnitType`.
48
+
49
+
### DynamsoftLicense
50
+
51
+
#### Improved
52
+
53
+
- Updated the error message of `initLicense` method. The methods will returns more detailed messages when failed to initialized the license. Warnings will be available if license initialization is successful but a part of the license key is invalid.
54
+
- Updated the duplicate license error handling mechanism. After successfully creating an instance, setting the same license again will no longer cause exception.
55
+
56
+
#### New
57
+
58
+
- Add a new charge way, `TimeSliceCount`.
59
+
60
+
### DynamsoftImageProcessing
61
+
62
+
#### Fixed
63
+
64
+
- Fixed a crash bug caused by the usage of RegEx.
65
+
- Small fixes and tweaks.
66
+
67
+
### DynamsoftUtility
68
+
69
+
#### Fixed
70
+
71
+
- Fixed a bug where `CaptureVisionRouter.startCapturing` would erroneously halt the fetching process when its status was running, leading to an unnecessary stop and restart of the fetching operation.
72
+
73
+
### DynamsoftBarcodeReader
74
+
75
+
#### Improved
76
+
77
+
- Improved the read rate and the speed of the following barcode formats:
78
+
- EAN13
79
+
- DotCode
80
+
81
+
#### New
82
+
83
+
- Added internal logics for usage count.
84
+
- Added support for decoding add-on barcodes.
85
+
- Added new properties to the `QRCodeDetails` class
86
+
-`dataMaskPattern`
87
+
-`codewords`
88
+
89
+
#### Changed
90
+
91
+
- Updated the Enumeration number of `EnumBarcodeFormat.BF_ALL` to 0xFFFFFFFEFFFFFFFF.
92
+
- Updated the internal logic of licensing error message reporting.
93
+
94
+
#### Fixed
95
+
96
+
- Fixed a bug that might cause `GS1_DATABAR_EXPANDED_STACKED` barcode unread.
97
+
98
+
### DynamsoftLabelRecognizer
99
+
100
+
#### New
101
+
102
+
- Added internal logics for usage count.
103
+
- Added a new parameter CharSet to the `CharacterModel` object to include or exclude characters for recognition.
104
+
- Added a new algorithm stage `IRUT_RAW_TEXT_LINES`. Corresponding APIs are added to obtain the intermediate result of this stage.
105
+
- Interface `RawTextLinesUnit`
106
+
- Interface `RawTextLine`
107
+
- Enumeration `RawTextLineStatus`
108
+
- Added a property `rawText` to the interface `RecognizedTextLineELement`.
109
+
- Added a property `rawText` to the interface `TextLineResultItem`.
110
+
111
+
### DynamsoftNocumentNormalizer
112
+
113
+
#### New
114
+
115
+
- Added a new parameter `MinDocumentAreaRatio` to define the minimum targeting document area. The parameter is available via both the parameter template and the `SimplifiedDocumentNormalizerSettings`.
116
+
- Added a new parameter `ExpectedDocumentsCount` to define the expected document count for detection. The parameter is available via both the parameter template and the `SimplifiedDocumentNormalizerSettings`.
117
+
118
+
#### Changes
119
+
120
+
- Updated internal logics to to use the latest version of `DynamsoftCore` module.
121
+
122
+
#### Fixed
123
+
124
+
- Small fixes and tweaks.
125
+
126
+
### DynamsoftCodeParser
127
+
128
+
#### Fixed
129
+
130
+
- Fixed a bug where the South African Driver's license might be parsed incorrectly.
131
+
132
+
#### Changed
133
+
134
+
- Updated the internal logic of licensing error message reporting.
135
+
136
+
### DynamsoftCameraEnhancer
137
+
138
+
#### New
139
+
140
+
- A new preset UI template has been added, which is available for use and modification.
Copy file name to clipboardExpand all lines: programming/javascript/user-guide/index.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,10 @@ breadcrumbText: User Guide
11
11
12
12
# Dynamsoft Capture Vision JavaScript Edition User Guides
13
13
14
-
The best way to begin with Dynamsoft Capture Vision JavaScript Edition is to follow the User Guide of a specific SDK to build a single-function application.
14
+
The best way to begin with Dynamsoft Capture Vision JavaScript Edition is to follow the User Guide for specific use cases.
15
15
16
16
-[User Guide for Dynamsoft Barcode Reader](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html)
17
17
18
-
-[User Guide for Dynamsoft Document Normalizer](https://www.dynamsoft.com/document-normalizer/docs/web/programming/javascript/user-guide/index.html)
18
+
-[User Guide for MRZ Scanner](./mrz-scanner.html)
19
19
20
-
-[User Guide for Dynamsoft Label Recognizer](https://www.dynamsoft.com/label-recognition/docs/web/programming/javascript/user-guide/index.html)
21
-
22
-
We also provide guides for specific use cases that typically require more than one SDK.
23
-
24
-
-[User Guide for MRZ Scanner](./mrz-scanner.html)
20
+
-[User Guide for Document Scanner](https://www.dynamsoft.com/document-normalizer/docs/web/programming/javascript/user-guide/index.html)
0 commit comments