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
feat: reading multiple pdf files with a single PDFParser object (#371)
* feat: reading multiple pdf files with a single PDFParser object
* Removed useless if statement
* Disposed the object by calling destroy method
* Added a new method for resetting the PDFJS object
* Removed removal of listeners when reading multiple pdf files with a single object
* Restoring minimum NodeJS version to 18.12.1 for semver compliance #381
* [EVO] Added parameter for using PDFParser as singleton in CLI #381
* [ROLL] Restored node and npm version changes
* [FIX] pdfParser always a singleton, even if not provided by parameter
* [FIX] Possible race condition
---------
Co-authored-by: Modesty Zhang <modestyz@hotmail.com>
0 commit comments