1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-30 17:07:29 +00:00

Index and generate thumbnails from PDF

This commit is contained in:
jendib
2013-08-18 13:48:08 +02:00
parent 4f8076427b
commit d3f59554f8
11 changed files with 245 additions and 105 deletions

View File

@@ -117,6 +117,11 @@
<artifactId>imgscalr-lib</artifactId>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
</dependency>
<!-- OCR dependencies -->
<dependency>
<groupId>jna</groupId>