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

outdated

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
0
pub points
45%
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mrzflutterplugin