From 10f37ffc2691bee36c58c4a223581a5eaabaeb3c Mon Sep 17 00:00:00 2001 From: SEONG JUN SHIN Date: Sun, 25 Feb 2024 15:01:37 +0900 Subject: [PATCH] fix: ci cd error fix --- OCR/handLandmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/OCR/handLandmark.py b/OCR/handLandmark.py index 6411cf0..3b84a53 100644 --- a/OCR/handLandmark.py +++ b/OCR/handLandmark.py @@ -53,6 +53,7 @@ def read_image_from_uri(uri): return None def printImageInfo(uri) : + from google.cloud import vision # 클라이언트 초기화 client = vision.ImageAnnotatorClient()