Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.67 KB

File metadata and controls

46 lines (30 loc) · 1.67 KB
layout title description keywords needAutoGenerateSidebar noTitleIndex
default-layout
CVR Module Release Notes - Dynamsoft Capture Vision JavaScript Edition
The release notes of CaptureVisionRouter module - Dynamsoft Capture Vision JavaScript Edition.
release notes, capture vision router, JavaScript, cvr
true
true

Release Notes - CaptureVisionRouter Module

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 or CapturedResultFilter in a TypeScript environment.

2.0.31 (01/29/2024)

Changed

  • Rename the method name to OnImageSourceStateReceived under interface ImageSourceStateListener.
  • 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.