You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filename = "file.pdf"
import slate
with open('file.pdf') as f:
doc = slate.PDF(f)
print(doc)
gives
Traceback (most recent call last):
File "C:\Users\.....\Desktop\interna\slate\slate.py", line 2, in <module>
import slate
File "C:\Users\.....\Desktop\interna\slate\slate.py", line 4, in <module>
doc = slate.PDF(f)
AttributeError: module 'slate' has no attribute 'PDF'
running Python 3.6.4, installed the latest slate downloaded from github today
The text was updated successfully, but these errors were encountered:
gives
running Python 3.6.4, installed the latest slate downloaded from github today
The text was updated successfully, but these errors were encountered: