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

A wrapper for Dynamsoft Capture Vision SDK, capable of recognizing MRZ (Machine Readable Zone) and VIN (Vehicle Identification Number).

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: ^2.0.1

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';
19
likes
140
points
92
downloads

Publisher

verified publisheryushulx.me

Weekly Downloads

A wrapper for Dynamsoft Capture Vision SDK, capable of recognizing MRZ (Machine Readable Zone) and VIN (Vehicle Identification Number).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

archive, flutter, flutter_web_plugins, http, js, path, path_provider, plugin_platform_interface

More

Packages that depend on flutter_ocr_sdk