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#61 and bumped the version no. to 5.2.1. This also contains a t…
…emporary fix to run officeparser on browser enviornments where a mandatory import of pdfjs (eventhough it was not being used) was causing problems. This has been made conditional in 04844ff.
Fixed#35 => Added support for ArrayBuffer file inputs to allow bundl…
…ing. Added github actions workflow for creating draft release upon version change in package.json and creating bundles and npm/github packages upon a new release
Fixed#16, #34: Replaced extracting zip files from decompress to yauz…
…l. This means that we now extract files in memory and we no longer need to write them to disk. Removed config flags related to extracted files. Added flags for CLI execution.