office-text-extractor

Yet another library to extract text from MS Office and PDF files

ISC License

Downloads
15.3K
Stars
54

Bot releases are visible (Hide)

office-text-extractor - v3.0.3 Latest Release

Published by gamemaker1 6 months ago

Security

  • Updated vulnerable xlsx dependency, see #13 and #15. Thanks @chazzmoney!
office-text-extractor - v3.0.2

Published by gamemaker1 about 1 year ago

Security

  • Updated vulnerable xlsx dependency, see #8.
office-text-extractor - v3.0.1

Published by gamemaker1 over 1 year ago

Fixed publish issue in v3.0.0.

office-text-extractor - v3.0.0

Published by gamemaker1 over 1 year ago

See https://github.com/gamemaker1/office-text-extractor/pull/6 for the changes made in this version.

(tbd: write actual release notes)

office-text-extractor - v2.0.0

Published by gamemaker1 over 2 years ago

What's Changed

  • This package is now pure ESM. Any code that imports this package will also need to be ESM. See this article for more details.
  • The package now requires Node v14.16 or greater.
  • The default export (import extractText from 'office-text-extractor') has been converted to a named export instead (import { extractText } from 'office-text-extractor').

Full Changelog: https://github.com/gamemaker1/office-text-extractor/compare/v1.5.0...v2.0.0

office-text-extractor -

Published by gamemaker1 over 3 years ago

Use MammothJS for parsing MS Word files

  • change(docx): use mammothjs for parsing docx files 5ef55e1
  • deps: upgrade, add mammothjs for docx parsing 5e382f3

https://github.com/gamemaker1/office-text-extractor/compare/v1.4.1...v1.5.0

office-text-extractor - Office Text Extractor v1.4.1

Published by gamemaker1 over 3 years ago

Fix broken type definitions

  • fix(types): add default keyword to extractText function def 7269ffe

v1.4.0...v1.4.1

office-text-extractor - Office Text Extractor v1.4.0

Published by gamemaker1 over 3 years ago

Add typescript typings

  • chore(deps): upgrade deps f33fb87
  • feat(types): add ts typings fde1730

v1.3.1...v1.4.0

office-text-extractor - Office Text Extractor v1.3.1

Published by gamemaker1 over 3 years ago

Fix typo in tests

  • chore: add tests folder to .npmignore 33ca9e1
  • fix: typo in test function names 1374f67
office-text-extractor - Office Text Extractor v1.3.0

Published by gamemaker1 over 3 years ago

Add tests

  • docs: add tests workflow status badge to README 515f877
  • chore: add .github folder to .npmignore 1e72b47
  • chore: add workflow to test code on push 87026b0
  • chore: add tests using ava ec01ec2
office-text-extractor - Office Text Extractor v1.2.0

Published by gamemaker1 over 3 years ago

Fix formatting of Excel text output

  • fix: remove __EMPTY column headings from YAML output for excel files 4864088
office-text-extractor - Office Text Extractor v1.1.0

Published by gamemaker1 over 3 years ago

Fix issue with Word parser

  • fix: word module returning undefined dda0f65
office-text-extractor - Office Text Extractor v1.0.2

Published by gamemaker1 over 3 years ago

Add keywords, correct typo in README

  • docs: correct typos, add keywords to package e47e06a
office-text-extractor - Office Text Extractor v1.0.1

Published by gamemaker1 over 3 years ago

First release, support for docx, pptx, xlsx and pdf added.

  • docs: add info and links to similar libraries and dependencies of the project c29ac33
  • docs: add .npmignore to ignore node_modules/ c3419d4
  • release: v1.0.0: pushing to npm ddfa39e
  • docs: update import instructions 7b5b0a2
  • fix: remove incorrect index.d.ts file 4dd7c43
  • docs: update import example in README ac88ded
  • docs: fix typo in README 4a5937c