Refactor: typing cleanup, 경로 하드코딩 제거, GPS 데이터 Lon/Lat 분리, 불필요 모듈 삭제
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import cv2
|
||||
import pytesseract
|
||||
from pytesseract import Output
|
||||
import UtilPack as util
|
||||
|
||||
img_path = '/Volumes/ExSSD/Working/용공추 사진/2,3월 데이터/Pole/20250307_153821.jpg'
|
||||
img_path = util.NormalizePath('/Volumes/ExSSD/Working/용공추 사진/2,3월 데이터/Pole/20250307_153821.jpg')
|
||||
|
||||
# 이미지 경로
|
||||
img = cv2.imread(img_path)
|
||||
|
||||
Reference in New Issue
Block a user