feat(server): improve pdf support (#10929)

This commit is contained in:
darkskygit
2025-04-18 03:11:08 +00:00
parent a555df0200
commit d71cbd5fd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ objc2-foundation = "0.3"
once_cell = "1"
parking_lot = "0.12"
path-ext = "0.1.1"
pdf-extract = { git = "https://github.com/toeverything/pdf-extract" }
pdf-extract = { git = "https://github.com/toeverything/pdf-extract", branch = "darksky/improve-font-decoding" }
rand = "0.9"
rayon = "1.10"
readability = { version = "0.3.0", default-features = false }