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
Describe the bug
When you don't have one of the dependencies of the parsers installed, you will get the ExtensionNotSupported exception even though the extension exists.
Example (#333): with .pptx and not having the package Image:
ExtensionNotSupported: The filename extension .pptx is not yet supported by
textract. Please suggest this filename extension here:
https://github.com/deanmalmgren/textract/issues
Available extensions include: .csv, .doc, .docx, .eml, .epub, .gif, .htm, .html, .jpeg, .jpg, .json, .log, .mp3, .msg, .odt, .ogg, .pdf, .png, .pptx, .ps, .psv, .rtf, .tff, .tif, .tiff, .tsv, .txt, .wav, .xls, .xlsx
To Reproduce
Use a supported extension (.pptx for example)
Have one of the dependencies of that extension's parser not installed (Image for example)
Run the textract.process(...) function
See the error telling you that the extension is not supported
Expected behavior
An error saying that you need to install the missing dependency.
Desktop (please complete the following information):
OS: [e.g. Windows 10] Manjaro Linux 20.0.1
Textract version [e.g. 1.6.3] 1.6.3
Python version [e.g. 3.7] 3.6
Virtual environment (yes/no) yes
The text was updated successfully, but these errors were encountered:
Describe the bug
When you don't have one of the dependencies of the parsers installed, you will get the
ExtensionNotSupported
exception even though the extension exists.Example (#333): with
.pptx
and not having the packageImage
:To Reproduce
textract.process(...)
functionExpected behavior
An error saying that you need to install the missing dependency.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: