Hello,
My usecase requires me to use a PDF file uploaded by a user and extract all text from it for further processing. I would prefer this to happen at the client side (text extraction) so I don’t need to worry about file storage. However, I cannot seem to get the NPM package for this to work.
I tried using GitHub - mozilla/pdfjs-dist: Generic build of PDF.js library. with Global property name “pdfjsLib” but it did not work.
Has someone managed to make this library (or any other) work for this usecase?