text_sight 0.0.1 copy "text_sight: ^0.0.1" to clipboard
text_sight: ^0.0.1 copied to clipboard

Live, on-device text recognition — Apple Vision on iOS, ML Kit on Android. The text-scanning sibling to mobile_scanner.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add text_sight

With Flutter:

 $ flutter pub add text_sight

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

dependencies:
  text_sight: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:text_sight/text_sight.dart';
1
likes
0
points
308
downloads

Publisher

unverified uploader

Weekly Downloads

Live, on-device text recognition — Apple Vision on iOS, ML Kit on Android. The text-scanning sibling to mobile_scanner.

Homepage
Repository (GitHub)
View/report issues

Topics

#ocr #text-recognition #vision #mlkit #camera

License

unknown (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on text_sight

Packages that implement text_sight