Gogna
Gogna
Having the same issue... `getRawTextContent()` outputs a blank string. Hope this is solved soon... ``` var PDFParser = require("pdf2json/pdfParser"); var pdfParser = new PDFParser(); pdfParser.on("pdfParser_dataError", errData => console.error(errData.parserError) ); pdfParser.on("pdfParser_dataReady",...
Thanks a lot @xdvarpunen !
I don't seem to have this issue. I have tried parsing 11mb PDF, and the dataReady callback fires in under a minute. I am running the node application on my...