Resource Base
Table of contents

Release Notes for iOS SDK - v2.x

2.2.11 (04/17/2024)

  • Updated the privacy list of DynamsoftDocumentNormalizer.xcframework and other related libraries.

2.2.10.1 (03/11/2024)

Fixed

2.2.10 (03/07/2024)

New

Breaking Changes

  • Changed the logic of the stopCapturing method.
    • DSCaptureResultReceiver will not receive results after stopCapturing is triggered with waitForRemainingTasks false.
    • Support stop capturing after the pauseCapturing method is triggered.
  • Changed the logic of the capturedResultItemTypes setting of DSSimplifiedCaptureVisionSettings:
    • If the result item types don’t match the specified template, the method updateSettings will return the error code DSErrorParameterValueInvalid with the message “The captured result item types do not match the task configurations in the template”.
    • Based on the capturedResultItemTypes setting, the irrelevant tasks will be removed from the template.
    • The capturedResultItemTypes should include at least one of the DSCapturedResultItemTypeBarcode, DSCapturedResultItemTypeTextLine, DSCapturedResultItemTypeDetectedQuad, DSCapturedResultItemTypeNormalizedImage. Otherwise, the method updateSettings will return the error code DSErrorParameterValueInvalid with the message “The captured result item types should contain at least one task result type”.
  • Refactored the DSContour class. Please view API reference - DSContour class for more information.

Fixed

  • Fixed a crash bug that might happen when triggering the setNextImageToReturn method of the DSImageSourceAdapter class.

2.0.20 (12/12/2023)

New

  • Added parameter Page to ImageSource object.
  • Added a new method setPages to the class DirectoryFetcher and class FileFetcher.
  • Added ImageSourceErrorListener to receive the errors from an image source.
  • Added method setErrorListener to class ImageSourceAdapter to add the ImageSourceErrorListener.
  • Added a new parameter minImageCaptureInterval which can be set via the class SimplifiedCaptureVisionSettings or the CaptureVisionTemplate object of a JSON template file.
  • Added “UNKNOWN” as a supported value of the TextDetectionMode.direction parameter. Changed the default value of direction to “UNKNOWN”.
  • Added the following error codes:
    • EC_FILE_ALREADY_EXISTS
    • EC_CREATE_FILE_FAILED
    • EC_IMGAE_DATA_INVALID

Improved

  • The class DirectoryFetcher and FileFetcher will be able to return error codes via ImageSourceErrorListener
  • Updated the error codes of the method saveToFile of the class ImageManager.
  • Optimize the logic to support calling IntermediateResultManager.addResultReceiver and IntermediateResultManager.removeResultReceiver after startCapturing.
  • Added ability to output all templates via methods outputSettings and outputSettingsToFile by specifying “*” for the parameter templateName.

Fixed

  • Small fixes and tweaks.

Changed

  • Updated the internal package dependencies rules.
  • Changed the upper limit to the duplicateForgetTime, which is 3 minutes.
  • Changed the timing of onOriginalImageResultReceived so that it is triggered immediately after receiving the image.

2.0.10 (08/10/2023)

DynamsoftDocumentNormalizer SDK has been revamped to integrate with DynamsoftCaptureVision (DCV) architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually.

  • DynamsoftCaptureVision architecture consists of:
    • ImageSourceAdapter(ISA), the standard input interface for you to convert image data from different sources into the standard input image data. In addition, ISA incorporates an image buffer management system that allows instant access to the buffered image data.
    • CaptureVisionRouter (CVR), an engine for you to update templates, retrieve images from ISA, coordinate corresponding functional products and dispatch the results to the receivers.
    • Functional products that perform image processing, content understanding and semantic processing. The functional products are pluggable and passively called by CVR when they are required.
    • Result receiver interfaces. You can implement CapturedResultReceiver (CRR) to receive the CapturedResults that output when the processing on an image is finalized. You can also implement IntermediateResultReceiver (IRR) to get timely results from different stages of the workflow.
  • The parameter template system has been comprehensively upgraded.
    • Multiple algorithm task settings are available. You can define barcode decoding, label recognizing, document scanning and semantic processing tasks in one template file.
    • Extended the feature of the ROI system. By configuring the target ROI parameters, you can not only specify an ROI on the original image but also define the dependencies of the algorithm tasks. This feature enables you to customize the workflow when processing complex scenarios.
    • The image processing parameters are separated from the task parameters so that the template settings become more clear and concise.
  • The intermediate result system has been improved.
    • Achieved the intermediate result sharing between different functional products. The results that have the same image source and processing parameters are directly reused, which speeds up the image processing workflow. You don’t need to add any additional code to enable the intermediate result sharing. The library can recognize all the reusable results automatically based on the template file you uploaded.
    • The readability and interactivity of the intermediate results are enhanced. IntermediateResultReceiver allows you to receive up to 27 different types of Intermediate results. You can clearly read which stage of the algorithm each result is output from. In addition, IntermediateResultManager allows you to intervene in the workflows by modifying the intermediate results.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.x
      • Version 2.2.10
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.10
    • Version 1.x
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.5
      • Version 1.0.4
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support