Skip to content

Commit

Permalink
Merge pull request allenai#10 from allenai/noahs-image-formats
Browse files Browse the repository at this point in the history
Add pdfbox dependencies for reading image formats
  • Loading branch information
siegeln authored Feb 13, 2017
2 parents 8545373 + 85d6b4b commit 1e95d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ libraryDependencies ++= Seq(

// So PDFBox can parse more image formats
"com.github.jai-imageio" % "jai-imageio-core" % "1.2.1",
"com.github.jai-imageio" % "jai-imageio-jpeg2000" % "1.3.0", // For handling jpeg2000 images
"com.levigo.jbig2" % "levigo-jbig2-imageio" % "1.6.5", // For handling jbig2 images

// So PDFBox can parse security enabled but still readable PDFs
"org.bouncycastle" % "bcprov-jdk15on" % "1.54",
Expand Down

0 comments on commit 1e95d69

Please sign in to comment.