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
import io | |
import math | |
from difflib import SequenceMatcher | |
from google.oauth2 import service_account | |
from google.cloud import vision as GoogleVision | |
from google.cloud.vision import types as GoogleTypes | |
from PIL import Image, ImageSequence |