MrzSDK 0.1.4
Suggested Alternatives
Additional Details
The package has been migrated and merged to MrzScannerSDK
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MrzSDK --version 0.1.4
NuGet\Install-Package MrzSDK -Version 0.1.4
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="MrzSDK" Version="0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MrzSDK --version 0.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MrzSDK, 0.1.4"
#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.
// Install MrzSDK as a Cake Addin #addin nuget:?package=MrzSDK&version=0.1.4 // Install MrzSDK as a Cake Tool #tool nuget:?package=MrzSDK&version=0.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dynamsoft MRZ SDK for Android
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net8.0-android was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-android33.0
- No dependencies.
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 |
---|
- Added recognizeMrzFile(), recognizeMrzBuffer() and recognizeMrzImage() to return DLRResult[]
directly.