Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored Sep 8, 2023
1 parent 3ca7f0b commit 9453b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.setup_credential_file()
# Set bucket name
self.bucket_name = "documentcloud_cloud_vision_ocr"
self.bucket_name = "documentcloud_cloudvision_ocr"
# Instantiate a client for the client libraries 'storage' and 'vision'
self.storage_client = storage.Client()
self.vision_client = vision.ImageAnnotatorClient()
Expand Down

0 comments on commit 9453b68

Please sign in to comment.