-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Currently, the translation server supports .txt and .epub formats. Please add functionality to allow users to upload and translate PDF files as well. This feature would enhance usability for those who work with PDF documents and expand the application's supported formats.
Key requirements:
- Accept PDF uploads via the web interface and API
- Integrate PDF parsing and text extraction (e.g., using PyPDF2 or pdfplumber)
- Ensure extracted text is sent for translation in chunks, similar to existing formats
- Save translated output as a PDF or .txt for download
- Update documentation to reflect PDF support
This enhancement would be valuable for users with books, articles, or other documents in PDF format.
Metadata
Metadata
Assignees
Labels
No labels