Skip to content

Commit 70c6faa

Browse files
Merge pull request #76 from dynamsoft-docs/preview
update to internal commit 0fe406b4
2 parents e725fa8 + 939504b commit 70c6faa

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

assets/js/dcvServerVersionSearch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "3.0.3000",
44
"matchVersion": {
55
"cpp": "11.0.3000",
6-
"dotnet": "11.0.3000"
6+
"dotnet": "11.0.3000",
7+
"python": "11.0.3000"
78
}
89
},
910
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ needGenerateH3Content: false
1717

1818
### Fixed
1919

20-
- Resolved a performance issue where processing certain specific images could cause unusually high CPU and memory usage.
20+
- Resolved a performance issue that could cause unusually high CPU and memory usage in some cases.
2121

2222
### Changed
2323

programming/python/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ noTitleIndex: true
99

1010
# Module Release Notes - Dynamsoft Capture Vision Python Edition
1111

12+
- [3.0.3000 (05/15/2025)](python-3.md#303000-05152025)
1213
- [3.0.2000 (04/09/2025)](python-3.md#302000-04092025)
1314
- [2.5.2100 (12/05/2024)](python-2.md#252100-12052024)
1415
- [2.4.2100 (11/07/2024)](python-2.md#242100-11072024)

programming/python/release-notes/python-3.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ needGenerateH3Content: false
88

99
# Release Notes for Python Edition - 3.x
1010

11+
## 3.0.3000 (05/15/2025)
12+
13+
### New
14+
15+
- Added support for appending pages to PDF files generated by `ImageIO.save_to_file`. Appending to other PDF files is not supported.
16+
- Added new property [codewords]({{ site.dbr_python_api }}pdf417-details.html#codewords) to the `PDF417Details` class.
17+
18+
### Fixed
19+
20+
- Resolved a performance issue that could cause unusually high CPU and memory usage in some cases.
21+
22+
### Changed
23+
24+
- Removed the licensing requirement for saving PDFs.
25+
26+
1127
## 3.0.2000 (04/09/2025)
1228

1329
### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dcv3.0)

0 commit comments

Comments
 (0)