From 8c5811c363c777c429121f5fb3dcadd0f81e8b3c Mon Sep 17 00:00:00 2001 From: Soyeon-Cha <7103sy@naver.com> Date: Thu, 6 Jun 2024 03:57:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20OCR=20=EC=BD=94=EB=93=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CookSave/CookSaveback/Ingredient/service/ClovaOcrApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/CookSave/CookSaveback/Ingredient/service/ClovaOcrApi.java b/src/main/java/CookSave/CookSaveback/Ingredient/service/ClovaOcrApi.java index 15df683..b345d2e 100644 --- a/src/main/java/CookSave/CookSaveback/Ingredient/service/ClovaOcrApi.java +++ b/src/main/java/CookSave/CookSaveback/Ingredient/service/ClovaOcrApi.java @@ -32,7 +32,7 @@ public class ClovaOcrApi { public List getOcrList(Member member, MultipartFile multipartFile) { List ocrResultList = new ArrayList<>(); - StringBuffer result = getResult(multipartFile); + // StringBuffer result = getResult(multipartFile); ocrResultList.add(new OcrResponseDto("밤고구마", 1460, 1F)); ocrResultList.add(new OcrResponseDto("감자", 690, 1F)); ocrResultList.add(new OcrResponseDto("골드키위", 1500, 2F));