diff --git a/Cargo.toml b/Cargo.toml index 2c0a289..d625bde 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/J-F-Liu/lopdf", features = ["rayon"] } +lopdf = { git = "https://github.com/firecrawl/lopdf", branch = "firecrawl/zlib-checksum-encrypted", features = ["rayon"] } # Error handling thiserror = "2.0"