Resource Base
Table of contents

Thanks for downloading Dynamsoft Barcode Reader Package!

Your download will start shortly. If your download does not begin, click here to retry.

Release Notes for iOS SDK - 8.x

8.6 (07/15/2021)

Highlights

  • Improved the confidence calculating algorithm for 1D barcodes. Misreading rate of results with confidence between 30-100 has been significantly reduced.
  • Improved the reading speed on clear images by implementing a new deblur mode DM_BASED_ON_LOC_BIN.

Changelog

New

  • Added more samples.
  • Added new API enableResultVerification. The barcode decoding results will be verified before output if this feature is enabled. This will highly improve the accuracy of barcode scanning.
  • Added new API enableDuplicateFilter. The barcode decoding results will be filtered before output if this feature is enabled. The duplicated results will be output only once for every three seconds.
  • Added two DeblurMode Enumerations, DM_BASED_ON_LOC_BIN and DM_SHARPENING_SMOOTHING, to support more usage scenarios.
  • Added method initLicenseFromDLS in BarcodeReader class to replace initLicenseFromLTS.
  • Added class iDMDLSConnectionParameters to replace class iDMLTSConnectionParameters.
  • Added delegate DMDLSLicenseVerificationDelegate and callback DLSLicenseVerificationCallback to replace DMLTSLicenseVerificationDelegate and LTSLicenseVerificationCallback.

Improved

  • Improved the confidence algorithm for 1D barcode results. Users can get even more accurate results by configuring the confidence filter.

Fixed

  • Fixed a bug that licenseVerificationCallback not triggered.

8.4 (06/08/2021)

New

  • Added a new attribute isMirrored to the iTextResultEx class. isMirrored returns whether the barcode is mirrored.
  • Added a new attribute isDPM to the iTextResultEx class. isDPM returns whether the barcode is recognized by the DPM mode.
  • Added a new argument, ThresholdCompensation, to the BinarizationModes mode arguments.

Improved

  • Faster recognition speeds when detecting dense QR Codes.
  • Improved the performance of boundary identification for DataMatrix codes.

Deprecated

  • ThreshValueCoefficient is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation instead.

Fixed

  • Fixed an issue that happens when calling initLicenseFromLTS if handShakeCode is not set.
  • Replaced the static library with a dynamic library to avoid compatibility issues with other Dynamsoft products or third-party libraries.

8.2.1 (05/27/2021)

New

  • Dynamsoft Camera Enhancer (DCE) is now available for DBR users to quickly deploy the camera module. We added a new API and a new class to simplify the user operations when using DBR and DCE at the same time.
  • Added a new class, iDCESettingParameters, and a new API, SetCameraEnhancerParam, to enable the parameter transfer between DBR and the DCE. The parameter transferring will improve the focus ability of the camera.

Improved

  • Samples are updated. DCE is handling the camera-related settings in the samples.

8.2 (03/17/2021)

New

  • Added a new mode argument, FindAccurateBoundary, to RegionPredetectionModes that determines if the SDK attempts to find an accurate boundary when RegionPredetectionModes is set to RPM_GENERAL_HSV_CONTRAST.
  • Added a new an attribute, organizationID (string) to iDMLTSConnectionParameters. The attribute adds a new layer of security for both full and trial licenses.

Improved

  • Improved both the localization and decoding algorithms for Postal Codes.
  • LocalizationMode.LM_STATISTICS_POSTAL_CODE will not be added automatically when enabling Postal Code in your runtime settings. Instead, users must manually add it to the LocalizationMode array if it is required.

Fixed

  • Resolved a bug that infrequently causes the application to crash when decoding a MicroPDF417 barcode.

8.1.2 (01/22/2021)

New

  • Added mode, page, totalPage and parityData in the iQRCodeDetails Class.

Improved

  • Improved the recognition accuracy for GS1 Databar.
  • Removed the exception code from barcodeText when using a valid trial license.

Fixed

  • Fixed a bug where barcodeFormatString, barcodeFormatString_2, regionName and documentName don’t have value in the IRT_TYPED_BARCODE_ZONE intermediate result.

8.1 (01/12/2021)

New

  • Added support for MSI Code (Modified Plessey).
  • Added a new member barcodeZoneMinDistanceToImageBorders in the iPublicRuntimeSettings Class to set the minimum distance (in pixels) between barcode zone and image borders. Previously, it is only available in the JSON template. It can be now configured by setting iPublicRuntimeSettings -> barcodeZoneMinDistanceToImageBorders.
  • Added exception error message to iTextResult when license initialization fails or decoding authorization fails.

Improved

  • Improved the localization robustness for QR Code.
  • Improved the localization for low quality 1D barcodes.
  • Improved the deblurring performance and recognition rate for DataMatrix.
  • Improved the recognition rate for Aztec code.

Fixed

  • Fixed a bug where Micro PDF417 may not be localized in multiple-barcode scenarios.
  • Fixed a bug where the ExpectedBarcodesCount and BarcodeFormat parameters do not work in the RegionDefinition.

8.0 (11/17/2020)

New

  • (For IntermediateResult Advanced Module) Added support for decoding IntermediateResult. For example, users with a binarized image could use this function to skip some image preprocessing steps.
  • Implemented a new licensing tracking mechanism, License 2.0, which makes it easier for users to track license usage.
  • Added a new format control parameter, BarcodeZoneMinDistanceToImageBorders, to set the minimum distance (in pixels) between the barcode zone and image borders.
  • Added a new format control parameter, MinRatioOfBarcodeZoneWidthToHeight, to set the minimum ratio (width/height) of the barcode zone.
  • Added a new format control parameter, BarcodeZoneBarCountRangeArray, to set the barcode zone’s range of bar count for barcode search.
  • Added a new argument, SpatialIndexBlockSize, for RPM_GENERAL_RGB_CONTRAST, RPM_GENERAL_GRAY_CONTRAST and RPM_GENERAL_HSV_CONTRAST.
  • Added a new parameter, DeblurModes, so users can use different deblur algorithms for different scenarios. DeblurModes has the following enum types: DirectBinarization, ThresholdBinarization, GrayEqulization, Smoothing, Morphing, DeepAnalysis and Sharpening.

Improved

  • Improved the localization speed for the ScanDirectly mode.
  • Improved the localization accuracy for DataMatrix codes with a narrow quiet zone.

Feature Deprecated

  • DeblurLevel is now deprecated. It still works in this version but could be removed in the near future. We recommend using DeblurModes instead.

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.5
    • Version 8.2.3
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.3
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
    • Version 7.6.0
    • Version 7.5.0
    Change +
    © 2003–2021 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support