Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VioletVivirand/3f16d44e6885c70c4710d02275544ad2 to your computer and use it in GitHub Desktop.
Save VioletVivirand/3f16d44e6885c70c4710d02275544ad2 to your computer and use it in GitHub Desktop.
Revision list for Qwiklabs Challenge Labs: Classify Text into Categories with the Natural Language API (https://google.qwiklabs.com/focuses/12704?parent=catalog)
Revision list for Qwiklabs Challenge Labs: Classify Text into Categories with the Natural Language API (https://google.qwiklabs.com/focuses/12704?parent=catalog)
# TBD: Create a Vision API image object called image_object
# Ref: https://googleapis.dev/python/vision/1.0.0/gapic/v1/types.html#google.cloud.vision_v1.types.Image
# TBD: Detect text in the image and save the response data into an object called response
# Ref: https://googleapis.dev/python/vision/1.0.0/gapic/v1/api.html#google.cloud.vision_v1.ImageAnnotatorClient.document_text_detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment