CapCognition.Net.BarcodeScanning
2.1.1
dotnet add package CapCognition.Net.BarcodeScanning --version 2.1.1
NuGet\Install-Package CapCognition.Net.BarcodeScanning -Version 2.1.1
<PackageReference Include="CapCognition.Net.BarcodeScanning" Version="2.1.1" />
<PackageVersion Include="CapCognition.Net.BarcodeScanning" Version="2.1.1" />
<PackageReference Include="CapCognition.Net.BarcodeScanning" />
paket add CapCognition.Net.BarcodeScanning --version 2.1.1
#r "nuget: CapCognition.Net.BarcodeScanning, 2.1.1"
#:package CapCognition.Net.BarcodeScanning@2.1.1
#addin nuget:?package=CapCognition.Net.BarcodeScanning&version=2.1.1
#tool nuget:?package=CapCognition.Net.BarcodeScanning&version=2.1.1
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.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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- CapCognition.Net.Core (>= 2.1.1)
- CapCognition.Net.Licensing (>= 1.2.2)
- SkiaSharp (>= 3.119.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
BarcodeScanning