google_vision_cli 2.0.1+1 copy "google_vision_cli: ^2.0.1+1" to clipboard
google_vision_cli: ^2.0.1+1 copied to clipboard

A CLI tool for making API requests to Google Vision API using the google_vision package.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate google_vision_cli

Use it

The package has the following executables:

$ vision

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add google_vision_cli

With Flutter:

 $ flutter pub add google_vision_cli

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

dependencies:
  google_vision_cli: ^2.0.1+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:google_vision_cli/google_vision_cli.dart';
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publishercdavis.ca

Weekly Downloads

A CLI tool for making API requests to Google Vision API using the google_vision package.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #image #cli #vision

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

args, collection, dio, google_vision, image, loggy

More

Packages that depend on google_vision_cli