I'm trying to use the SImpleDIrectoryREader to read ta directory of pptx files, but I was getting the OSError: cannot find loader for this WMF file. WOndering what's the fastest way for me to bypass the error to just skip the file. I think the error happens because I have images in the files that can't be extracted.
The only way I can see to bypass this is to set caption_images=False -- If you know the file, you can read according to filename so that you don't have to disable this for all slides
Otherwise, this would also be an easy PR to make on llamahub