- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.6k
Feature/batch converter web UI #1454
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
base: main
Are you sure you want to change the base?
Feature/batch converter web UI #1454
Conversation
- Created modern web UI with drag-and-drop file upload - Implemented Flask backend with real-time Server-Sent Events - Added instant completion notifications (no polling needed) - Built responsive design with progress tracking - Added comprehensive error handling and user feedback
- Removed large PDF files from repository - Added uploads/ and outputs/ to .gitignore to prevent tracking user files - Keeps repository clean and avoids large file warnings
- Added BATCH_CONVERTER_README.md with feature overview - Documented SSE architecture and benefits - Included installation and usage instructions - Added API documentation and security features
Added Security.md
| @TOMMY-CODER28 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. 
 Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”), 
 
 
 | 
Added batch conversion and Frontend