pdf2json
pdf2json copied to clipboard
Node.js Server got stuck when parsing specific PDF while it is working for other PDFs
trafficstars
when trying to call this function this.PDFParser.parseBuffer(PDF)
server got stuck. even setTimeout is not working and not getting api call. overall server freeze and I had to restart server.
Appreciate the help.
can you upload the PDF file?
same issue. here is the pdf file 21583473018.pdf
the error is not getting caught by try catch or pdfParser.on("pdfParser_dataError", errData => console.error(errData.parserError) );