mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
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:
parent
22b0b7e748
commit
9ad1cfe809
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue