PDFtoText with Golang
Today, I was looking for some tools that I could use to extract the text from a PDF document. I found the pdftotext library, which is very easy to use and has a nice CLI:
Here below, I made a small program that extracts the text from a PDF document and outputs it in the terminal:
Next, I will integrate it with the text-to-speech service provided by Google Cloud and see how that goes. The goal is to make a simple PDF reader with voice.