dbashford / textract

node.js module for extracting text from html, pdf, doc, docx, xls, xlsx, csv, pptx, png, jpg, gif, rtf and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method to check if mime type is supported

ari62 opened this issue · comments

commented

Is there a method to check if a mime type is supported in the Node API? I see in the readme I can look for the error but I think it would be a little cleaner for my code to check if its supported first.

thanks