flutter_ocr_sdk 1.1.4 copy "flutter_ocr_sdk: ^1.1.4" to clipboard
flutter_ocr_sdk: ^1.1.4 copied to clipboard

A wrapper for Dynamsoft OCR SDK, detecting MRZ in passports, travel documents, and ID cards.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ocr_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_ocr_sdk: ^1.1.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_ocr_sdk/flutter_ocr_sdk.dart';
18
likes
120
pub points
80%
popularity

Publisher

verified publisheryushulx.me

A wrapper for Dynamsoft OCR SDK, detecting MRZ in passports, travel documents, and ID cards.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, js, path, path_provider, plugin_platform_interface

More

Packages that depend on flutter_ocr_sdk