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
Generated
+1 -1
View File
@@ -2561,7 +2561,7 @@ checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
[[package]]
name = "pdf-extract"
version = "0.8.2"
source = "git+https://github.com/toeverything/pdf-extract#49ef7d2aec5bb495467a40082cd9717e849ee29a"
source = "git+https://github.com/toeverything/pdf-extract?branch=darksky%2Fimprove-font-decoding#e74beed894e1b8dc228c2bf078ed92814b27759f"
dependencies = [
"adobe-cmap-parser",
"cff-parser",
+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 }