Last active
December 5, 2018 15:06
-
-
Save thepycoder/7a02f6578f09a58fd75118bf0bbf0e46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from google.cloud import vision | |
from PIL import Image, ImageDraw | |
import io | |
import os |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment