business_card_scanner 1.0.2 copy "business_card_scanner: ^1.0.2" to clipboard
business_card_scanner: ^1.0.2 copied to clipboard

A Flutter package for scanning and extracting information from business cards offline using ML Kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add business_card_scanner

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

dependencies:
  business_card_scanner: ^1.0.2

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:business_card_scanner/business_card_scanner.dart';
2
likes
140
points
72
downloads

Documentation

API reference

Publisher

verified publisherconalyz.com

Weekly Downloads

A Flutter package for scanning and extracting information from business cards offline using ML Kit.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, google_mlkit_text_recognition, image, image_picker, logger, path, path_provider

More

Packages that depend on business_card_scanner