Dynamsoft.NetCoreApp.Barcode 7.4.0

Suggested Alternatives

Dynamsoft.DotNet.Barcode

Additional Details

Package no longer supported. Please use package Dynamsoft.DotNet.Barcode instead.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamsoft.NetCoreApp.Barcode --version 7.4.0
NuGet\Install-Package Dynamsoft.NetCoreApp.Barcode -Version 7.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dynamsoft.NetCoreApp.Barcode" Version="7.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dynamsoft.NetCoreApp.Barcode --version 7.4.0
#r "nuget: Dynamsoft.NetCoreApp.Barcode, 7.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dynamsoft.NetCoreApp.Barcode as a Cake Addin
#addin nuget:?package=Dynamsoft.NetCoreApp.Barcode&version=7.4.0

// Install Dynamsoft.NetCoreApp.Barcode as a Cake Tool
#tool nuget:?package=Dynamsoft.NetCoreApp.Barcode&version=7.4.0

Dynamsoft's Barcode Reader SDK enables you to efficiently embed barcode reading functionality in your web, desktop and mobile application using just a few lines of code.This can save you from months of added development time and extra costs. With the Barcode Reader SDK, you can decode barcodes from various image file formats (bmp, jpg, png, gif, single-page and multi-page tiff, and PDF).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.2.0 1,194 7/14/2022
8.4.0 2,317 6/11/2021
8.1.2 1,114 2/7/2021
7.6.0 1,140 9/8/2020
7.4.0 2,073 6/18/2020

- Added new barcode format support for DotCode.
- Added relative ROI (Region of Interest) detection to optimize the localization results in the high colour contrasted scenarios.
- Implemented a feature for recognizing distorted DataMatrix barcodes.
- Added an optimized decoding method for linear barcodes in vector PDF files.
- Added two Enumerations for FrameDecodingParameters: ClarityCalculationMethod and ClarityFilterMode, to improve input image quality.
- Added a new Image preprocessing mode IPM_MORPHOLOGY.
- Enhanced QR Code deformation resistance, to improve the success rate of decoding the QR code with square symbol at the center.
- Optimized the algorithm for decoding large and dense QR and DataMatrix codes.
- Optimized deblurring algorithm for linear barcodes.