298 reads
2 comments
·Sep 7, 2023
Sep 7, 2023
Hi, do you have a script to convert a pdf or long news article to audio?
·
·1 reply
Author
·Oct 9, 2023
Hi kimtai ferragamo, you could use pdftotext to get text from a pdf, then use a text-to-speech tool such as e-speak (though the results from e-speak aren't very good. I'd recommend using professional tools such as AWS Polly, which is scriptable. I used it in this project, which I wrote about here).
·