Gogna

Results 2 comments of 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",...