Download the PHP package pkboom/google-vision without Composer
On this page you can find all versions of the php package pkboom/google-vision. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package google-vision
Manage Google Vision for Laravel applications
This package makes working with Google Vision a breeze. Once it has been set up you can do these things:
Installation
You can install the package via composer:
You must publish the configuration with this command:
This will publish a file called google-vision.php in your config-directory with these contents:
How to obtain the credentials to communicate with Google Vision
how to obtain the credentials to communicate with google calendar
Usage
Detect text or handwriting
Detect logos
Detect crop hints
Detect document
Detect face
Detect image properties
Detect image labels
Detect landmarks
Detect objects
Detect explicit content
Detect Web entities and pages
Detect pdf
You can detect pdf and store it as Json on Google Cloud Storage. Destination is set to gs://your-bucket/results
by default.
All versions of google-vision with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
google/cloud-vision Version ^1.1
illuminate/support Version ^7.25
tightenco/collect Version ^7.19
google/cloud-vision Version ^1.1
illuminate/support Version ^7.25
tightenco/collect Version ^7.19
The package pkboom/google-vision contains the following files
Loading the files please wait ....