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 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 {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments