Skip to content

Feat: OCR 결과와 도착 예정 버스 번호 매칭 API 구현#36

Merged
so1eeee merged 2 commits intodevelopfrom
feat/#35-ocr-bus-matching
May 28, 2025
Merged

Feat: OCR 결과와 도착 예정 버스 번호 매칭 API 구현#36
so1eeee merged 2 commits intodevelopfrom
feat/#35-ocr-bus-matching

Conversation

@so1eeee
Copy link
Contributor

@so1eeee so1eeee commented May 28, 2025

#️⃣연관된 이슈

resolved #35

📝작업 내용

OCR 결과와 도착 예정 버스 번호 매칭 API 구현

🔎코드 설명 및 참고 사항

  • OCR로 인식된 텍스트와 버스 정류장의 버스 번호를 매칭하는 로직 구현
  • 매칭 유형(MatchType)을 EXACT, SIMILAR, NONE으로 구분하여 처리
  • 유사도 기반 매칭 시 임계값(0.8) 이상인 경우만 SIMILAR로 처리하고 나머지는 NONE으로 처리
  • 매칭 로직을 단계적으로 수행하여 정확한 매칭을 우선 시도하고, 실패 시 유사도 기반 매칭 진행

💬리뷰 요구사항

@so1eeee so1eeee self-assigned this May 28, 2025
@so1eeee so1eeee added the ✨ Feature Add features label May 28, 2025
@so1eeee so1eeee merged commit bef2196 into develop May 28, 2025
1 check passed
@so1eeee so1eeee deleted the feat/#35-ocr-bus-matching branch May 28, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature Add features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: OCR 결과와 도착 예정 버스 번호 매칭 API 구현

1 participant