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
Fixed #36 by upgrading pdfjs-dist version to the latest v5.3.31.
Added pdfjs-dist as an npm dependency instead of using an older local library which unnecessarily increases this library's size.
Breaking Changes:
The new version of pdfjs-dist requires node >= v18. Please ensure you upgrade node before using this version.
Browser bundle of officeParser does not work for pdf files with this release. Please use the artifacts from the previous release v5.1.0 including the worker file. Text extraction for all other supported files work fine in browsers with the bundle artifact of this release as well.