From 939504b6f791af2db7db643b591bf8dd124e9d64 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Thu, 15 May 2025 17:34:44 +0800 Subject: [PATCH] update to internal commit 0fe406b4 --- assets/js/dcvServerVersionSearch.json | 3 ++- programming/cplusplus/release-notes/cpp-3.md | 2 +- programming/python/release-notes/index.md | 1 + programming/python/release-notes/python-3.md | 16 ++++++++++++++++ 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/assets/js/dcvServerVersionSearch.json b/assets/js/dcvServerVersionSearch.json index b167a3d..6d0d250 100644 --- a/assets/js/dcvServerVersionSearch.json +++ b/assets/js/dcvServerVersionSearch.json @@ -3,7 +3,8 @@ "version": "3.0.3000", "matchVersion": { "cpp": "11.0.3000", - "dotnet": "11.0.3000" + "dotnet": "11.0.3000", + "python": "11.0.3000" } }, { diff --git a/programming/cplusplus/release-notes/cpp-3.md b/programming/cplusplus/release-notes/cpp-3.md index ac650c2..a3476bf 100644 --- a/programming/cplusplus/release-notes/cpp-3.md +++ b/programming/cplusplus/release-notes/cpp-3.md @@ -17,7 +17,7 @@ needGenerateH3Content: false ### Fixed -- Resolved a performance issue where processing certain specific images could cause unusually high CPU and memory usage. +- Resolved a performance issue that could cause unusually high CPU and memory usage in some cases. ### Changed diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md index cc11e2d..d395485 100644 --- a/programming/python/release-notes/index.md +++ b/programming/python/release-notes/index.md @@ -9,6 +9,7 @@ noTitleIndex: true # Module Release Notes - Dynamsoft Capture Vision Python Edition +- [3.0.3000 (05/15/2025)](python-3.md#303000-05152025) - [3.0.2000 (04/09/2025)](python-3.md#302000-04092025) - [2.5.2100 (12/05/2024)](python-2.md#252100-12052024) - [2.4.2100 (11/07/2024)](python-2.md#242100-11072024) diff --git a/programming/python/release-notes/python-3.md b/programming/python/release-notes/python-3.md index b0730f0..92900e5 100644 --- a/programming/python/release-notes/python-3.md +++ b/programming/python/release-notes/python-3.md @@ -8,6 +8,22 @@ needGenerateH3Content: false # Release Notes for Python Edition - 3.x +## 3.0.3000 (05/15/2025) + +### New + +- Added support for appending pages to PDF files generated by `ImageIO.save_to_file`. Appending to other PDF files is not supported. +- Added new property [codewords]({{ site.dbr_python_api }}pdf417-details.html#codewords) to the `PDF417Details` class. + +### Fixed + +- Resolved a performance issue that could cause unusually high CPU and memory usage in some cases. + +### Changed + +- Removed the licensing requirement for saving PDFs. + + ## 3.0.2000 (04/09/2025) ### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dcv3.0)