Skip to content

Commit 194961a

Browse files
Merge pull request #37 from dynamsoft-docs/preview
update to internal commit 8877f55b
2 parents edbe08e + 516b6c9 commit 194961a

File tree

1 file changed

+11
-5
lines changed
  • programming/cplusplus/release-notes

1 file changed

+11
-5
lines changed

programming/cplusplus/release-notes/cpp-3.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ needAutoGenerateSidebar: false
1010

1111
## 3.4.10 (07/23/2024)
1212

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+
1319
<!-- Added internal logic for usage count. -->
14-
### New
20+
#### New
1521

1622
- Added a new parameter CharSet to the [`CharacterModel`]({{ site.dcv_parameters }}character-model/) object to include or exclude characters for recognition.
1723
- Added a new algorithm stage `IRUT_RAW_TEXT_LINES`. Corresponding APIs are added to obtain the intermediate result of this stage.
@@ -34,17 +40,17 @@ needAutoGenerateSidebar: false
3440
- 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`.
3541
- Add a new charge way, `TimeSliceCount`.
3642

37-
### Changed
43+
#### Changed
3844

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.
4046
- 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.
4147

42-
### Fixed
48+
#### Fixed
4349

4450
- 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.
4551
- 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`.
4652

47-
### Deprecated
53+
#### Deprecated
4854

4955
- 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).
5056

0 commit comments

Comments
 (0)