Suntech.Cattura.ZebraBarcode
1.0.13
dotnet add package Suntech.Cattura.ZebraBarcode --version 1.0.13
NuGet\Install-Package Suntech.Cattura.ZebraBarcode -Version 1.0.13
<PackageReference Include="Suntech.Cattura.ZebraBarcode" Version="1.0.13" />
<PackageVersion Include="Suntech.Cattura.ZebraBarcode" Version="1.0.13" />
<PackageReference Include="Suntech.Cattura.ZebraBarcode" />
paket add Suntech.Cattura.ZebraBarcode --version 1.0.13
#r "nuget: Suntech.Cattura.ZebraBarcode, 1.0.13"
#:package Suntech.Cattura.ZebraBarcode@1.0.13
#addin nuget:?package=Suntech.Cattura.ZebraBarcode&version=1.0.13
#tool nuget:?package=Suntech.Cattura.ZebraBarcode&version=1.0.13
Suntech.Cattura.ZebraBarcode
This is a dependency package. Do not reference it directly. Install Suntech.Cattura.SDK instead — it will pull this package automatically.
What is this package?
Suntech.Cattura.ZebraBarcode is a satellite package of the Cattura SDK.
It contains the Zebra AI barcode localizer model (barcode-localizer-5.0.2.aar, ~113 MB),
which is the neural network used by the Zebra AI DataCapture SDK to detect and decode
barcodes in camera frames.
The model is embedded in the package assembly and is automatically extracted into the consumer APK by the .NET Android build system — no manual configuration is required.
Why is it a separate package?
NuGet.org enforces a 250 MB size limit per package. The full Cattura SDK includes two large AI model files that together exceed this limit. They are therefore distributed as separate satellite packages:
| Package | Content | Size |
|---|---|---|
Suntech.Cattura.SDK |
SDK binding + Zebra runtime | ~47 MB |
Suntech.Cattura.ZebraBarcode |
Barcode AI model | ~108 MB |
Suntech.Cattura.ZebraOcr |
OCR AI model | ~197 MB |
Installation
<PackageReference Include="Suntech.Cattura.SDK" Version="1.0.13" />
Support
- GitHub: https://github.com/Sun-Tech-Software/cattura-sdk-samples
- Email: info@suntechonline.it
- Website: https://www.suntechonline.it
© 2026 Suntech Srl — All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-android36.0 is compatible. |
-
net10.0-android36.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Suntech.Cattura.ZebraBarcode:
| Package | Downloads |
|---|---|
|
Suntech.Cattura.SDK
Cattura SDK — Zebra AI DataCapture SDK for .NET MAUI and .NET for Android. Provides barcode decoding (44+ symbologies) and OCR text recognition on Zebra devices via the Zebra AI DataCapture SDK 3.3.0. For production: pass the JWT license issued by Suntech to CatturaScanner.Initialize(). For evaluation: pass the string "DEMO" (results partially obfuscated with asterisks). Includes transitive dependencies: Kotlin stdlib, CameraX, AndroidX. |
GitHub repositories
This package is not used by any popular GitHub repositories.