Skip to content

Commit cf7d0c1

Browse files
committed
modify naverAPI
1 parent dc2c1f5 commit cf7d0c1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Backend/accounts/naverAPI.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from IPython import embed
77
# OCR API 요청
88
def image_NAVER_AI(img_64):
9-
with open('test.txt', 'w', encoding='utf-8-sig') as f:
10-
f.write(img_64)
119
comma_idx = img_64.find(',')
1210
img_64 = img_64[comma_idx+1:]
1311
TEMPLATE = {

Backend/test.txt

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)