PDFParseEditor는 PDF 문서에 대한 주석, 하이라이트, 텍스트 추출 기능을 제공하는 웹 기반 PDF 편집기입니다.
- 📝 PDF 문서 주석 및 마크업
- 🔍 텍스트 검색 및 하이라이트
- 📋 텍스트 추출 및 복사
- 🖥️ 반응형 뷰어 지원
- 🎨 직관적인 사용자 인터페이스
- 프론트엔드: Next.js, React, Tailwind CSS
- Node.js 18.0.0 이상
- Docker & Docker Compose
- Git
- 저장소 클론
git clone https://github.com/sungreong/PDFParseEditor.git
cd PDFParseEditor- 프론트엔드 설치 및 실행
yarn install
yarn dev- Docker Compose로 전체 서비스 실행
docker-compose up -d- 브라우저에서 확인
http://localhost:3000
프론트엔드 개발 서버 실행:
yarn dev이 프로젝트는 MIT 라이선스 하에 있습니다. 자세한 내용은 LICENSE 파일을 참조하세요.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
프로젝트 관리자 - @sungreong
프로젝트 링크: https://github.com/sungreong/PDFParseEditor