fix: some PDF pages are blurry

this seems to be a regression in the latest Apache PDFBox library

Closes #260
This commit is contained in:
Gauthier Roebroeck 2020-08-07 10:23:21 +08:00
parent 22b0b7e748
commit 9ad1cfe809

View file

@ -73,7 +73,7 @@ dependencies {
implementation("org.apache.tika:tika-core:1.24.1")
implementation("org.apache.commons:commons-compress:1.20")
implementation("com.github.junrar:junrar:7.2.0")
implementation("org.apache.pdfbox:pdfbox:2.0.20")
implementation("org.apache.pdfbox:pdfbox:2.0.19")
implementation("net.grey-panther:natural-comparator:1.1")
implementation("org.jsoup:jsoup:1.13.1")