flutter_image_to_text_button 1.0.0 copy "flutter_image_to_text_button: ^1.0.0" to clipboard
flutter_image_to_text_button: ^1.0.0 copied to clipboard

A Flutter package to extract text from image using OCR.

flutter_image_to_text_button #

A Flutter package that lets users pick an image and extract text using ML Kit.

Features #

  • Pick image from gallery or camera
  • Extract text using Google ML Kit
  • Easily customizable button UI

Installation #

Add this to your pubspec.yaml:

dependencies:
  flutter_image_to_text_button: ^1.0.0


import 'package:flutter_image_to_text_button/flutter_image_to_text_button.dart';

ImageToTextButton(
  onResult: (text) {
    print('Extracted text: $text');
  },
)
0
likes
140
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to extract text from image using OCR.

Homepage

License

unknown (license)

Dependencies

flutter, google_mlkit_text_recognition, image_picker, path_provider

More

Packages that depend on flutter_image_to_text_button