harshankur / officeParser

A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx and odt, odp, ods..
MIT License
123 stars 17 forks source link

Can not use officeParser on lambda AWS #34

Open ndltuan opened 3 months ago

ndltuan commented 3 months ago

image

When I use officeParser on lambda I get the above error.

harshankur commented 1 week ago

This will probably be solved with creating a new version of officeParser which does not use decompress but rather something that can extract text without decompressing files on the file system. I am still looking into it. I think it is possible. Look at issue #35