Release Notes - CaptureVisionRouter Module
2.2.30 (05/15/2024)
Changed
- Updated the capture vision router algorithm to v2.2.30, seeCaptureVisionRouter C++ v2.2.30 for more details.
- Update class CaptureVisionRouter, add new method
getBufferedItemsManager()
. - Added a new class
BufferedItemsManager
to manage the buffered character items.
- Update class CaptureVisionRouter, add new method
Fixed
- Fixed the data misalignment issue with point coordinates (x y), compare with C++ version.
2.2.10 (04/11/2024)
- Updated the capture vision router algorithm to v2.2.10, seeCaptureVisionRouter C++ v2.2.10 for more details.
- Move the interface
CapturedResult
from Core to CVR. - Update
SimplifiedCaptureVisionSettings
to supportSimplifiedDocumentNormalizerSettings
. - Update
IntermediateResultReceiver
to add call back functiononShortLinesUnitReceived()
and methodgetObservationParameters
. - Small fixes and tweaks.
2.0.32 (02/01/2024)
Fixed
- Fixed a bug where the intermediate result callback function was not triggered in single frame mode.
- Fixed a type error bug encountered when utilizing
CapturedResultReceiver
orCapturedResultFilter
in a TypeScript environment.
2.0.31 (01/29/2024)
Changed
- Rename the method name to
OnImageSourceStateReceived
under interfaceImageSourceStateListener
. - Removed redundant ‘s’ from the middle of property names ‘barcodesResultItems,’ ‘quadsResultItems,’ and ‘textLinesResultItems in various result classes to maintain consistent naming with C++ edition.
2.0.30 (01/11/2024)
New
Updated the capture vision router algorithm to v2.0.30, seeCaptureVisionRouter C++ v2.0.30 for more details.
Break Changes
- The following classes are migrated from DynamsoftCore module:
- CIntermediateResultReceiver
- CapturedResultReceiver
- CapturedResultFilter
- CIntermediateResultManager
2.0.11 (08/24/2023)
The first version of DynamsoftCaptureVisionRouter
JavaScript edition that integrate with DynamsoftCaptureVision (DCV)
architecture.