Details
Description
While parsing a pdf document the following exception is thrown:
java.lang.NullPointerException
at org.apache.pdfbox.tika.PDFParser.extractEmbeddedDocuments(PDFParser.java:155)
at org.apache.pdfbox.tika.PDFParser.parse(PDFParser.java:133)
at test.TikaParse.main(TikaParse.java:27)
The document I'm trying to parse is probably confidential so I cannot attach it until (or if) I get clearence.