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.
PDF parsing is a backend task. WeWeb is a frontend builder. You can use PDF.js for some lightweight PDF viewing or manipulation, but it won’t be a full parsing solution, especially for complex files that contain images, tables, or non-standard formats. To use PDF.js, you need to build a custom Vue.js component. The NPM plugin is only for JS utilities.