File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 3.0.3000" ,
4
4
"matchVersion" : {
5
5
"cpp" : " 11.0.3000" ,
6
- "dotnet" : " 11.0.3000"
6
+ "dotnet" : " 11.0.3000" ,
7
+ "python" : " 11.0.3000"
7
8
}
8
9
},
9
10
{
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ needGenerateH3Content: false
17
17
18
18
### Fixed
19
19
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 .
21
21
22
22
### Changed
23
23
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ noTitleIndex: true
9
9
10
10
# Module Release Notes - Dynamsoft Capture Vision Python Edition
11
11
12
+ - [ 3.0.3000 (05/15/2025)] ( python-3.md#303000-05152025 )
12
13
- [ 3.0.2000 (04/09/2025)] ( python-3.md#302000-04092025 )
13
14
- [ 2.5.2100 (12/05/2024)] ( python-2.md#252100-12052024 )
14
15
- [ 2.4.2100 (11/07/2024)] ( python-2.md#242100-11072024 )
Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ needGenerateH3Content: false
8
8
9
9
# Release Notes for Python Edition - 3.x
10
10
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
+
11
27
## 3.0.2000 (04/09/2025)
12
28
13
29
### [ Highlights] ( https://www.dynamsoft.com/release-highlights/?product=dcv3.0 )
You can’t perform that action at this time.
0 commit comments