![]() |
VOOZH | about |
dotnet tool install --global Aspose.BarCode.Recognize --version 25.6.0
dotnet new tool-manifestif you are setting up this repo
dotnet tool install --local Aspose.BarCode.Recognize --version 25.6.0
#tool dotnet:?package=Aspose.BarCode.Recognize&version=25.6.0
nuke :add-package Aspose.BarCode.Recognize --version 25.6.0
Aspose.BarCode Micro Applications provide high-accuracy barcode generation and recognition for end-users.
Powered by the Aspose.BarCode .NET API.
The Aspose.BarCode Recognize Micro Application allows you to recognize barcodes from various image formats, supporting over 60 different symbologies.
Documentation | API Reference | Purchase
Supports various input image formats as per the Aspose.BarCode supported file formats list.
Recognizes over 60 barcode symbologies including QR, Code128, PDF417, and more. See https://docs.aspose.com/barcode/net/barcode-types/ for the full list of supported barcode types.
High accuracy and performance in barcode recognition.
Easy integration with command line and .NET8 compatible API for use in your C# projects.
Detailed logging and error handling capabilities.
Customizable recognition settings including quality adjustment and output format options.
Although the Aspose.BarCode Recognize application is free, Aspose.BarCode .NET is licensed as usual. You can use your existing license with the application or evaluate it in trial mode. To request a temporary license, please visit Aspose's temporary license request page.
.NET8 on Windows, Linux, MacOS
Aspose.BarCode Recognize application installed
To install the tool, use the following command:
dotnet tool install --global Aspose.BarCode.Recognize
If you've already installed the application - update supported via the command:
dotnet tool update --global Aspose.BarCode.Recognize --version 25.6.0
Use from command line:
Aspose.BarCode.Recognize --input qr.png --output res.csv
Use from code: To add required references to your project please issue command
Aspose.BarCode.Recognize add -p YourProjectFolder
setting YourProjectFolder to the real value or simply run it from the project folder.
var options = new BarcodeRecognizeOptions()
{
InputImage = "qr.png",
Output = "res.csv",
OutputFormat = "csv",
Quality = "normal",
LicenseFile = "Aspose.Total.Product.Family.lic"
};
await RecognizeTask.Create(options).Execute();
| 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. |