Skip to content

Instantly share code, notes, and snippets.

@keitazoumana
Last active May 9, 2022 16:07
Show Gist options
  • Save keitazoumana/72765107e604eccf6a48acf43ecedfed to your computer and use it in GitHub Desktop.
Save keitazoumana/72765107e604eccf6a48acf43ecedfed to your computer and use it in GitHub Desktop.
import slate3k as slate
text = slate.PDF(open('./data/obama-worlds-matter.pdf', 'rb')).text()
print(text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment