I'm developing an electron app. The application should receive a PDF file and transform into txt. I used the PDF2JSON lib however, if used along with the electron, it gives worker error: "Uncaught Error: No PDFJS.workerSrc specified" . What would be the best way to convert PDF to text using Electron without having to redirect to an external server?