uno-ext
v1.0.0
Published
A library for extracting text from office documents using the unoconv library
Maintainers
Readme
uno-ext
A library for extracting text from office documents using the unoconv library
Requirements
unoconv lib
Usage
unoconv.convert('test.docx', 'txt', function (err, result) {
console.log(result);
});