Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat(main) : add export by md #7

Merged
merged 2 commits into from
Dec 29, 2024
Merged

Conversation

Tagite
Copy link
Owner

@Tagite Tagite commented Dec 29, 2024

🚀 Pull Request (PR)

✨ 변경 내용

  • 무엇이 변경되었나요?
    • save기능을 통해 bbox를 md로 저장하는 기능
    • crop기능을 통해 md로 crop하는 기능

🛠️ 구현 상세

  • 구현한 내용의 세부 사항:
    1. save 기능을 통해, bbox의 좌표를 보정하고 md로 저장한다.
    2. crop PDF 기능을 통해, md를 로드해서 crop한 후 저장한다.

✅ 체크리스트

  • 코드가 올바르게 동작하는지 테스트를 완료했습니다.
  • Self-review를 진행했습니다.
  • 관련 문서를 업데이트했습니다.
  • 모든 리뷰 코멘트를 반영했습니다. (해당 사항이 있을 경우)

🧪 테스트 결과

  • 어떤 테스트를 수행했나요? (선택 사항):
    • 예: 유닛 테스트, 통합 테스트, 수동 테스트 등
    • 테스트 결과를 간단히 적어주세요.

📷 스크린샷 (선택 사항)

1. BBOX md 저장 기능

스크린샷 2024-12-29 23 33 20

2. md기반 crop 결과

스크린샷 2024-12-29 23 34 26

🔗 관련 이슈 (선택 사항)

📚 추가 정보 (선택 사항)

  • BBOX를 삭제하고 추가하면, 인덱스가 꼬이는 에러가 존재 합니다.
  • Viewer와 BBOX가 동기화 되지 않는 버그가 있습니다.

md형태로 bbox를 잘라서 md로 저장하고, md를 이용해서 잘라내는 기능을 임시로 추가

ref : #5
@Tagite Tagite added the enhancement New feature or request label Dec 29, 2024
@Tagite Tagite self-assigned this Dec 29, 2024
@Tagite Tagite linked an issue Dec 29, 2024 that may be closed by this pull request
ruff를 사용한 format수정과, pyright를 위한 주석 추가

ref: #5
@Tagite Tagite merged commit ceb5966 into dev Dec 29, 2024
5 checks passed
@Tagite Tagite deleted the feature/exportmd기능-구현 branch December 29, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

✨[Feat]: Export(md)기능 구현
1 participant