focused_area_ocr_flutter 0.0.3 copy "focused_area_ocr_flutter: ^0.0.3" to clipboard
focused_area_ocr_flutter: ^0.0.3 copied to clipboard

This is a package to get text in the focused area on the camera. It is created based on OCR technology by https://pub.dev/packages/google_mlkit_text_recognition.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add focused_area_ocr_flutter

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

dependencies:
  focused_area_ocr_flutter: ^0.0.3

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:focused_area_ocr_flutter/focused_area_ocr_flutter.dart';
4
likes
140
pub points
66%
popularity

Publisher

unverified uploader

This is a package to get text in the focused area on the camera. It is created based on OCR technology by https://pub.dev/packages/google_mlkit_text_recognition.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, google_mlkit_commons, google_mlkit_text_recognition

More

Packages that depend on focused_area_ocr_flutter