I've just today pip installed libextract but noticed that
from libextract.api import extract
doesn't work. Neither does
from libextract import extract
Looking in my site-packages/libextract directory I see that the extract method is missing from all the source files.
I've just today pip installed libextract but noticed that
from libextract.api import extract
doesn't work. Neither doesfrom libextract import extract
Looking in my site-packages/libextract directory I see that the extract method is missing from all the source files.