Open
Conversation
- 최근 develop 브랜치 내용과 통합 - docsinfos 테이블 연동 서버 독립 (포트 8002)
- 업로드 페이지에 최근 문서 목록 추가 - 업로드 페이지에서 최근 문서 목록에서 문서를 누르면 바로 Viewer 페이지로 넘어가서 해당 문서 보여주는 기능 추가 - 업로드 페이지의 최근 문서 목록 사이드바에 스크롤 기능 추가
- 마이페이지: 변환 이력 화면에 최근 문서 목록 연동 추가 - 문서 칸 자체를 누르거나 눈알 버튼을 누르면 Viewer 페이지로 넘어가서 해당 문서 보여줌 - 다운로드 버튼을 누르면 문서 다운로드 - 프로필 정보에서 변환한 문서 수, 변환한 페이지 수 계산 추가 - docsinfos 테이블 설계에 총 페이지 수, 파일 용량 컬럼 추가 (마이페이지의 목록에서 해당 정보들을 표시하게 되있어서 추가) - 기존 마이페이지 디자인에서는 파일 용량 표시 단위가 MB였는데 KB로 하향 (파일 크기가 너무 작아서 MB로 하면 0.0으로 표시됨)
- 사용자마다 각자 업로드한 최근 문서 목록이 보이도록 구현 - docsinfos 테이블 설계에 사용자 이메일 컬럼 추가 (사용자 구분 용)
- README.md에 최근 문서 목록 서버 설명 추가 - start-all.bat, stop-all.bat에 최근 문서 서버 커맨드 추가
- 이미지를 업로드하면 OCR로 텍스트 추출 후 이미지와 텍스트를 이용하여 PDF로 변환하여 원본탭에 표시 - 다운로드 시 PDF로 다운로드 가능 - Viewer 페이지의 최근 문서 목록에서 파일형에 따라 다른 색, 모양의 아이콘이 나오도록 수정
- start-all.bat, stop-all.bat에 OCR 서버(8001) 구동/종료 커맨드 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.