Translates any PDF file into the desired language. Uses pymupdf to extract information and modify/create PDF files and OpenAI's GPT-4o to translate text.
Place the PDF to translate into pdfs/your-file-name/your-file-name.pdf
and run python3 src/main.py
in the terminal.