Skip to content

sorleone/doxtract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DoXTract

Very Fast Pure JS Text Extractor For Your Office Files.

NPM

install size NPM Downloads

Installation

npm i doxtract

Example

const { extractText } = require('doxtract');
extractText('./file.docx').then(console.log).catch(console.error);

Contribution

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.

Contributors

Yuriy Kryvets
Yuriy Kryvets



Copyright © 2019

Releases

No releases published

Packages

No packages published