Dynamsoft.NetCoreApp.Barcode
8.1.2
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).
Install-Package Dynamsoft.NetCoreApp.Barcode -Version 8.1.2
dotnet add package Dynamsoft.NetCoreApp.Barcode --version 8.1.2
<PackageReference Include="Dynamsoft.NetCoreApp.Barcode" Version="8.1.2" />
paket add Dynamsoft.NetCoreApp.Barcode --version 8.1.2
#r "nuget: Dynamsoft.NetCoreApp.Barcode, 8.1.2"
Get a 30-day Free Trial License
https://www.dynamsoft.com/customer/license/trialLicense
API Reference
https://www.dynamsoft.com/barcode-reader/programming/dotnet/
Get a 30-day Free Trial License
https://www.dynamsoft.com/customer/license/trialLicense
API Reference
https://www.dynamsoft.com/barcode-reader/programming/dotnet/
Release Notes
- Added support for MSI Code (Modified Plessey).
- Added parameters `DeblurModes`, `BarcodeZoneMinDistanceToImageBorders`, `MinRatioOfBarcodeZoneWidthToHeight`, `BarcodeZoneBarCountRangeArray` and argument `SpatialIndexBlockSize` for region predetection modes.
- Added `Mode`, `Page`, `TotalPage` and `ParityData` in the QRCodeDetails Class.
- Improved the decoding speed for the ScanDirectly mode.
- Improved the localization accuracy for DataMatrix codes with a narrow quiet zone, QR Code and low quality 1D barcodes.
- Improved the recognition accuracy for GS1 Databar, DataMatrix and Aztec.
- 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.
- Fixed a bug where `BarcodeFormatString`, `BarcodeFormatString_2`, `RegionName` and `DocumentName` don’t have value in the IRT_TYPED_BARCODE_ZONE intermediate result
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.