Very Fast Pure JS Text Extractor For Your Office Files.
npm i doxtract
const { extractText } = require('doxtract');
extractText('./file.docx').then(console.log).catch(console.error);
Please send your proposed changes as a pull request here thanks. If you can't find a solution report issues/bugs, feature requests and suggestions for improvements to the issue tracker.
Yuriy Kryvets |