Linto Thomas

Results 2 issues of Linto Thomas

Throws error while scanning attached QR. ![barcode](https://user-images.githubusercontent.com/23206794/50070035-7e0ceb00-01f2-11e9-85f4-cbc699124554.png)

The code and the pdf file are attached. ``` import PDFParser from "pdf2json"; var pdfParser = new PDFParser(); pdfParser.on("pdfParser_dataError", console.log); pdfParser.on("pdfParser_dataReady", console.log); var verbosity = 1; pdfParser.loadPDF("./test-pdf.pdf", verbosity); setTimeout(() =>...