When I did pip install with the master branch of this repo, it works.
The version on PyPI gives the error
import slate
Traceback (most recent call last):
File "", line 1, in
File "/Users/anadas/.virtualenvs/scratch/lib/python2.7/site-packages/slate/init.py", line 48, in
from slate import PDF
File "/Users/anadas/.virtualenvs/scratch/lib/python2.7/site-packages/slate/slate.py", line 3, in
from pdfminer.pdfparser import PDFParser, PDFDocument
ImportError: No module named pdfminer.pdfparser
When I did pip install with the master branch of this repo, it works.
The version on PyPI gives the error