VOOZH about

URL: https://www.nuget.org/packages/CapCognition.Net.BarcodeScanning/

⇱ NuGet Gallery | CapCognition.Net.BarcodeScanning 2.1.5




👁 Image
CapCognition.Net.BarcodeScanning 2.1.5

dotnet add package CapCognition.Net.BarcodeScanning --version 2.1.5
 
 
NuGet\Install-Package CapCognition.Net.BarcodeScanning -Version 2.1.5
 
 
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="CapCognition.Net.BarcodeScanning" Version="2.1.5" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CapCognition.Net.BarcodeScanning" Version="2.1.5" />
 
Directory.Packages.props
<PackageReference Include="CapCognition.Net.BarcodeScanning" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CapCognition.Net.BarcodeScanning --version 2.1.5
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CapCognition.Net.BarcodeScanning, 2.1.5"
 
 
#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.
#:package CapCognition.Net.BarcodeScanning@2.1.5
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CapCognition.Net.BarcodeScanning&version=2.1.5
 
Install as a Cake Addin
#tool nuget:?package=CapCognition.Net.BarcodeScanning&version=2.1.5
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Barcode and QR-Code Recognition

High-performance recognition of 1D and 2D barcodes with support for multi-barcode detection (multiple barcodes per image).
Recognized content can optionally be displayed as an overlay.

Supported Formats

  • Aztec
  • Codabar
  • Code39
  • Code93
  • Code128
  • DataMatrix
  • EAN-8
  • EAN-13
  • ITF
  • PDF417
  • QR Code
  • RSS14
  • RSS Expanded
  • UPC-A
  • UPC-E
  • UPC-EAN
  • MSI
  • Plessey
  • IMB

Fluent API

Since version 2.1.0, a modern Fluent API is available to simplify configuration and integration of the barcode recognition workflow into your applications.
This makes setup more intuitive and reduces boilerplate code.

Licensing

This library can be used in trial mode.
The trial version is limited to a fixed number of recognition operations per application start.
Once the limit is reached, recognition will stop working until the application is restarted.

  • The trial version is intended for testing and development purposes only.
  • It is not intended for production use.
  • The trial version can be used without time limits.

For production deployments, a license must be purchased.

Examples

See .NET LTS usage examples at CapCognition.

Platform Support

  • Windows x64
  • Linux 64-bit
  • Linux ARM 64-bit (e.g. Raspberry Pi OS)
    • Raspberry Pi OS 64-bit Bullseye (legacy)
    • Raspberry Pi OS 64-bit Bookworm

Only 64-bit operating systems are supported.
Windows x86 and Linux ARM 32-bit support has been removed.

Release Notes

Version 2.1.5

  • Updated NuGet dependencies

Version 2.1.4

  • Multi-barcode detection performance improved
  • New Binarizer (AdaptiveHybridBinarizer) added for better QR recognition in distorted and blurry images
  • New QR Finder (ImprovedQRFinder) added for improved QR recognition in difficult conditions with shadows and low contrast
  • New QR Decoder (ImprovedQRDecoder) added for better QR recognition in difficult conditions and perspective distortions
  • Many speed optimizations and improvements for barcode recognition on ARM based systems (e.g. Raspberry Pi)

Version 2.1.3

  • option switch fixed and optimized

Version 2.1.2

  • Updated NuGet dependencies

Version 2.1.1

  • options made disposable and some tool functions added

Version 2.1.0

  • Added Fluent API for simplified configuration and integration

Version 2.0.2

  • Updated NuGet dependencies
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.1.5 114 2/23/2026
2.1.4 136 12/27/2025
2.1.3 163 10/18/2025
2.1.2 221 10/13/2025
2.1.1 159 8/23/2025
2.1.0 142 8/23/2025
2.0.2 233 6/22/2025
2.0.1 203 2/16/2025
2.0.0 200 1/22/2025
1.2.1 220 9/26/2024
1.2.0 208 5/12/2024
1.1.2 229 4/7/2024

BarcodeScanning