Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
Release Notes - DynamsoftUtility Module
1.2.30 (07/23/2024)
Fixed
- 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. - 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 callingStopFetching
.
1.2.20 (04/07/2024)
New
- Added internal logics to output errors when failing to load PDF library.
1.2.10 (03/01/2024)
Improved
- Security update for
DynamsoftUtility
library.
1.2.0 (01/16/2024)
New
- Add C interfaces and implementations, which are only used to encapsulate upper-level languages such as c# and python, etc.
Break Changes
- Change the compiler option of the runtime library of Windows DLLs from MD to MT.
1.0.20 (10/26/2023)
New
- Added a new method
setPages
to the classDirectoryFetcher
and classFileFetcher
. - The class
DirectoryFetcher
andFileFetcher
will be able to return error codes viaImageSourceErrorListener
- Updated the error codes of the method
saveToFile
of the classImageManager
.
Changed
- Changed the upper limit to the
DuplicateForgetTime
, which is 3 minutes.
1.0.10 (08/08/2023)
New
- Added
CRIT_NORMALIZED_IMAGE
to the available result types of result cross-verification.
Break Changes
- Renamed the following methods of class
CMultiFrameResultCrossFilter
:- from
EnableResultVerification
toEnableResultCrossVerification
. - from
isResultVerificationEnable
toisResultCrossVerificationEnabled
. - from
EnableDuplicateFilter
toEnableResultDeduplication
. - from
isDuplicateFilterEnabled
toisResultDeduplicationEnabled
.
- from
1.0.0 (07/04/2023)
The first version of DynamsoftUtility
CPP edition.