diff --git a/Cargo.toml b/Cargo.toml index e3129e6..f724f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/firecrawl/pdf-inspector" [dependencies] # PDF parsing -lopdf = { git = "https://github.com/abimaelmartell/lopdf", rev = "88f7d9e", features = ["rayon"] } +lopdf = { git = "https://github.com/firecrawl/lopdf", branch = "firecrawl-fixes", features = ["rayon"] } # Error handling thiserror = "2.0"