image_to_text_mlkit 1.0.5 copy "image_to_text_mlkit: ^1.0.5" to clipboard
image_to_text_mlkit: ^1.0.5 copied to clipboard

A Flutter package to convert images to text using Google MLKit with support for gallery, camera, and network URLs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_to_text_mlkit

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

dependencies:
  image_to_text_mlkit: ^1.0.5

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:image_to_text_mlkit/image_to_text_mlkit.dart';
9
likes
150
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to convert images to text using Google MLKit with support for gallery, camera, and network URLs

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_ml_kit, google_mlkit_text_recognition, http, image_picker, path_provider

More

Packages that depend on image_to_text_mlkit