Dynamsoft.NetCoreApp.Barcode
7.4.0
Package no longer supported. Please use package Dynamsoft.DotNet.Barcode instead.
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
<PackageReference Include="Dynamsoft.NetCoreApp.Barcode" Version="7.4.0" />
paket add Dynamsoft.NetCoreApp.Barcode --version 7.4.0
#r "nuget: Dynamsoft.NetCoreApp.Barcode, 7.4.0"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
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.
- 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.