Skip to content

Instantly share code, notes, and snippets.

@au5ton
Last active September 6, 2017 02:21
Show Gist options
  • Save au5ton/0e571e5f0f9a1ee1f079e4ca6c5184f4 to your computer and use it in GitHub Desktop.
Save au5ton/0e571e5f0f9a1ee1f079e4ca6c5184f4 to your computer and use it in GitHub Desktop.
#!/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