Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Exception
- AOP
- MSA
- Test
- DDL
- select_type
- KEVISS
- redis
- java
- 생성자 주입
- equals
- lambda
- jwt
- DI
- SQL
- stream
- StringBuilder
- 재정의
- 테스트 코드
- VUE
- docker
- 필드 주입
- jpa
- hashcode
- 조합
- 인덱스
- Spring
- cache
- static
- 열 속성
Archives
- Today
- Total
목록2025/05/04 (1)
백엔드 개발자 블로그
ocr 성능 개선기
처음 코드package com.ocr.controller;import com.ocr.domain.OcrResult;import com.ocr.service.OcrService;import com.ocr.util.PrescriptionParser;import lombok.extern.slf4j.Slf4j;import org.opencv.core.Mat;import org.opencv.core.MatOfByte;import org.opencv.imgcodecs.Imgcodecs;import org.springframework.http.ResponseEntity;import org.springframework.web.bind.annotation.PostMapping;import org.springframewo..
트러블 슈팅
2025. 5. 4. 20:17