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/cplusplus/release-notes/cpp-3.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,14 @@ needAutoGenerateSidebar: false
10
10
11
11
## 3.4.10 (07/23/2024)
12
12
13
+
### Highlights
14
+
15
+
- Added a new algorithm stage `IRUT_RAW_TEXT_LINES`. Corresponding APIs are added to obtain the intermediate result of this stage.
16
+
17
+
### Changelogs
18
+
13
19
<!-- Added internal logic for usage count. -->
14
-
### New
20
+
####New
15
21
16
22
- Added a new parameter CharSet to the [`CharacterModel`]({{ site.dcv_parameters }}character-model/) object to include or exclude characters for recognition.
17
23
- Added a new algorithm stage `IRUT_RAW_TEXT_LINES`. Corresponding APIs are added to obtain the intermediate result of this stage.
- Updated the function [`StopCapturing`]({{ site.dcv_cpp_api }}capture-vision-router/multiple-file-processing.html#stopcapturing). Changed the default value of parameter `waitForRemaingTasks` from `false` to `true`.
35
41
- Add a new charge way, `TimeSliceCount`.
36
42
37
-
### Changed
43
+
####Changed
38
44
39
-
- Changed the maximum length of the `DeviceFriendlyName`to 255. If the length exceeds 255, it will be truncated.
45
+
- Changed the maximum length of the `name` parameter to 255 for the [`SetDeviceFriendlyName`]({{ site.dcv_cpp_api }}license/license-manager.html#setdevicefriendlyname) method. If the length exceeds 255, it will be truncated.
40
46
- Changed the default value of the `waitForThreadExit` parameter to `true` for the [`StopCapturing`]({{ site.dcv_cpp_api }}capture-vision-router/multiple-file-processing.html#stopcapturing) method.
41
47
42
-
### Fixed
48
+
####Fixed
43
49
44
50
- 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.
45
51
- Fixed a bug where `CDirectoryFetcher` would prematurely read an image before verifying if the buffer was full, resulting in potential loss of the image that did not make it into the buffer upon calling `StopFetching`.
46
52
47
-
### Deprecated
53
+
####Deprecated
48
54
49
55
- Deprecated function [`SetRecognizedTextLine(element,matrixToOriginalImage)`]({{ site.dlr_cpp_api }}recognized-text-lines-unit.html#setrecognizedtextlineelementmatrixtooriginalimage) of the class [`CRecognizedTextLinesUnit`]({{ site.dlr_cpp_api }}recognized-text-lines-unit.html).
0 commit comments