Skip to content

Comments

[CHORE] OCR API 응답 내부 Result DTO 분리#151

Merged
hajimeong merged 2 commits intodevelopfrom
chore/#149-ocr-result-dto
Feb 11, 2026
Merged

[CHORE] OCR API 응답 내부 Result DTO 분리#151
hajimeong merged 2 commits intodevelopfrom
chore/#149-ocr-result-dto

Conversation

@choehyeonjin
Copy link
Collaborator

📌 PR 개요

api/ocr 하위 DTO 구조를 request/response/result 컨벤션으로 정리합니다!


🔗 관련 이슈


🛠 변경 사항

  • OcrLettersResponseDTO.OcrResultDTO -> OcrResultDTO로 분리 이동
  • api/ocr/dto/result 패키지 생성
  • import 경로 수정
  • LetterOcrService에서 사용하지 않는 코드 라인 제거

⚠️ 리뷰 시 참고 사항

X


✅ 체크리스트

  • 로컬에서 정상 실행됨
  • 로그 / 네이밍 정리
  • main / develop 직접 커밋 아님

@coderabbitai
Copy link

coderabbitai bot commented Feb 11, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/#149-ocr-result-dto

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Collaborator

@kwonminsooo kwonminsooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OcrResultDTO로 DTO 분리한것 확인하였습니다!!

Copy link
Collaborator

@hajimeong hajimeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~!!👍👍

@hajimeong hajimeong merged commit f6efe55 into develop Feb 11, 2026
2 checks passed
@choehyeonjin choehyeonjin deleted the chore/#149-ocr-result-dto branch February 19, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] OCR 응답 내부 Result DTO 분리

3 participants