I need to extract text from pdf and for that on my local system i am using pdftotext(poppler) (on ubuntu 18.4 LTS) now i want to deploy the function to Firebase Functions but firebase functions does not have it by default.
Is there any portable version of pdftotext(poppler) as standalone executable so i can spawn
it in firebase functions?
Can't use xpdf as it does not allow to extract text but poppler does.
Is there any portable(without any dependency) version of pdftotext from poppler ?