You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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').