mrzflutterplugin 1.0.8 copy "mrzflutterplugin: ^1.0.8" to clipboard
mrzflutterplugin: ^1.0.8 copied to clipboard

MRZ Scanner reads all MRZ on traveling documents following the ICAO 9303 Specification on Passports (2 – lines); MRV-B Visas (2 - lines); and ID cards (3 – lines).

mrzflutterplugin #

MRZ Scanner flutter plugin

Getting Started #

Import the plugin #

Add the following dependancy to pubspec.yaml: mrzflutterplugin: ^1.0.2

In your main.dart import the plugin: import 'package:mrzflutterplugin/mrzflutterplugin.dart';

iOS #

The MRZScanner plugin requires camera usage so you need to specify the camera usage description in iOS poject's Info.plist

    <key>NSCameraUsageDescription</key> 
    <string>Camera is requred for MRZ scanning</string>

Usage #

Please refer to the example project for usage example.

4
likes
40
pub points
38%
popularity

Publisher

unverified uploader

MRZ Scanner reads all MRZ on traveling documents following the ICAO 9303 Specification on Passports (2 – lines); MRV-B Visas (2 - lines); and ID cards (3 – lines).

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on mrzflutterplugin