The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
1.82k
stars
271
forks
source link
PDF::Reader::MalformedPDFError (PDF malformed, expected 'endstream' but found '1' instead) #519
Open
papayalabs opened 1 year ago
Trying to read this pdf --> h7E6IP36VnmkCJjM3dWL_0.pdf
PDF::Reader.new("h7E6IP36VnmkCJjM3dWL_0.pdf").page(1).text
Got PDF::Reader::MalformedPDFError (PDF malformed, expected 'endstream' but found '1' instead)
Additional Info: gem "pdf-reader", "~> 2.11"