@@ -28,21 +28,22 @@ Vision API from PHP.
28
28
5 . For a basic demonstration of the Cloud Vision API, run ` php quickstart.php ` .
29
29
6 . Run ` php vision.php ` . The following commands are available:
30
30
```
31
- face Detect faces in an image using Google Cloud Vision API
32
- help Displays help for a command
33
- label Detect labels in an image using Google Cloud Vision API
34
- landmark Detect landmarks in an image using Google Cloud Vision API
35
- list Lists commands
36
- logo Detect logos in an image using Google Cloud Vision API
37
- property Detect image proerties in an image using Google Cloud Vision API
38
- safe-search Detect adult content in an image using Google Cloud Vision API
39
- text Detect text in an image using Google Cloud Vision API
40
- crop-hints Detect crop hints in an image using Google Cloud Vision API
41
- document-text Detect document text in an image using Google Cloud Vision API
42
- pdf Detect text in a PDF/TIFF using Google Cloud Vision API
43
- web Detect web entities in an image using Google Cloud Vision API
44
- web-geo Detect web entities in an image with geo metadata using
45
- Google Cloud Vision API
31
+ face Detect faces in an image using Google Cloud Vision API
32
+ help Displays help for a command
33
+ label Detect labels in an image using Google Cloud Vision API
34
+ landmark Detect landmarks in an image using Google Cloud Vision API
35
+ list Lists commands
36
+ localize-object Detect objects in an image using Google Cloud Vision API
37
+ logo Detect logos in an image using Google Cloud Vision API
38
+ property Detect image proerties in an image using Google Cloud Vision API
39
+ safe-search Detect adult content in an image using Google Cloud Vision API
40
+ text Detect text in an image using Google Cloud Vision API
41
+ crop-hints Detect crop hints in an image using Google Cloud Vision API
42
+ document-text Detect document text in an image using Google Cloud Vision API
43
+ pdf Detect text in a PDF/TIFF using Google Cloud Vision API
44
+ web Detect web entities in an image using Google Cloud Vision API
45
+ web-geo Detect web entities in an image with geo metadata using
46
+ Google Cloud Vision API
46
47
```
47
48
7 . Run ` php vision.php COMMAND --help ` to print information about the usage of each command.
48
49
0 commit comments