vision_text_recognition 1.0.2
vision_text_recognition: ^1.0.2 copied to clipboard
A Flutter plugin for advanced text recognition using Apple Vision framework on iOS and Google ML Kit on Android. Provides high-accuracy OCR with confidence scores, bounding boxes, and language detection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vision_text_recognition
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
vision_text_recognition: ^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:vision_text_recognition/vision_text_recognition.dart';