mrz_scanner_plus 0.1.7 copy "mrz_scanner_plus: ^0.1.7" to clipboard
mrz_scanner_plus: ^0.1.7 copied to clipboard

A new Flutter plugin When scanning and photographing a document, only the document image within the mask will be returned.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mrz_scanner_plus_example/home_page.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: '护照MRZ扫描',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
        useMaterial3: true,
      ),
      home: const HomePage(),
    );
  }
}
4
likes
105
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin When scanning and photographing a document, only the document image within the mask will be returned.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

camera, flutter, google_mlkit_text_recognition, intl, path, path_provider, plugin_platform_interface

More

Packages that depend on mrz_scanner_plus

Packages that implement mrz_scanner_plus