Skip to content

Commit

Permalink
fix: OCR 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Soyeon-Cha committed Jun 5, 2024
1 parent 6792d00 commit 8c5811c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ClovaOcrApi {
public List<OcrResponseDto> getOcrList(Member member, MultipartFile multipartFile) {

List<OcrResponseDto> 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));
Expand Down

0 comments on commit 8c5811c

Please sign in to comment.