Convert PDF to MP3 free using Python and Google Colab

If you’re like me sometimes you’ll have a PDF file that you want to listen to passively while you’re doing something else. Here’s some Python code I put together to convert a PDF file to MP3 using Google Colab and Python. This script mounts Google drive and pulls your PDF file from there and uploads the MP3 right back into the same folder.

Leave a Reply