Last active
September 6, 2017 02:21
-
-
Save au5ton/0e571e5f0f9a1ee1f079e4ca6c5184f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# requires OS X | |
# prereq: brew install poppler | |
pdftotext -f $1 -l $2 LoneStarPolitics.pdf | |
say -f LoneStarPolitics.txt -o transcription | |
rm LoneStarPolitics.txt | |
open transcription.aiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment