This is a tool to translate scanned PDFs using Google Image Translate. It uses Playwright to interact with Google Image Translate and combines the translated images into a PDF file.
docker pull ufolux001/scanned-pdf-translator:latest
docker run -d -p 3000:3000 scanned-pdf-translator
Then open http://localhost:3000
in your browser and enjoy.

