1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Closes #38: Handle JBIG2 images in PDF

This commit is contained in:
jendib
2015-11-01 18:10:16 +01:00
parent 66cb7333c1
commit cd32f452e9
2 changed files with 28 additions and 9 deletions

View File

@@ -113,6 +113,11 @@
<artifactId>bcprov-jdk15on</artifactId>
</dependency>
<dependency>
<groupId>com.levigo.jbig2</groupId>
<artifactId>levigo-jbig2-imageio</artifactId>
</dependency>
<!-- OCR dependencies -->
<dependency>
<groupId>jna</groupId>