Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
It allows recognize barcodes of any type.
Powered by the Aspose.BarCode .NET API.
Product Page | Docs | Demos | Blog | Free Support | Temporary License | EULA
Supports various input image formats including PNG, JPEG, BMP, GIF, TIFF, and TIFF in CMYK color space as per the Aspose.BarCode supported file formats list.
Recognize barcodes of more than 60 types including QR, Code128, PDF417, and more. For a full list of supported barcode types, see the Aspose.BarCode barcode types list.
High accuracy and performance in barcode recognition.
Easy integration with command line and .NET 8 compatible API for use in your C# projects.
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.
.NET7 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 24.7.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();