Skip to content

Commit

Permalink
Re-generate all readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Apr 27, 2017
1 parent 58db663 commit 3dd3f95
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/crop_hints/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authentication:

.. code-block:: bash
gcloud beta auth application-default login
gcloud auth application-default login
#. When running on App Engine or Compute Engine, credentials are already
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/detect/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authentication:

.. code-block:: bash
gcloud beta auth application-default login
gcloud auth application-default login
#. When running on App Engine or Compute Engine, credentials are already
Expand Down
11 changes: 6 additions & 5 deletions samples/snippets/document_text/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Google Cloud Vision API Python Samples
===============================================================================

This directory contains samples for Google Cloud Vision API. `Google Cloud Vision API`_ allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content
This directory contains samples for Google Cloud Vision API. `Google Cloud Vision API`_ allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.



Expand All @@ -26,7 +26,7 @@ authentication:

.. code-block:: bash
gcloud beta auth application-default login
gcloud auth application-default login
#. When running on App Engine or Compute Engine, credentials are already
Expand Down Expand Up @@ -81,13 +81,14 @@ To run this sample:
$ python doctext.py
usage: doctext.py [-h] image_file
usage: doctext.py [-h] [-out_file OUT_FILE] detect_file
positional arguments:
image_file The image for text detection.
detect_file The image for text detection.
optional arguments:
-h, --help show this help message and exit
-h, --help show this help message and exit
-out_file OUT_FILE Optional output file
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/face_detection/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ authentication:

.. code-block:: bash
gcloud beta auth application-default login
gcloud auth application-default login
#. When running on App Engine or Compute Engine, credentials are already
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/quickstart/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authentication:

.. code-block:: bash
gcloud beta auth application-default login
gcloud auth application-default login
#. When running on App Engine or Compute Engine, credentials are already
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/web/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authentication:

.. code-block:: bash
gcloud beta auth application-default login
gcloud auth application-default login
#. When running on App Engine or Compute Engine, credentials are already
Expand Down

0 comments on commit 3dd3f95

Please sign in to comment.