diff --git a/Cargo.toml b/Cargo.toml index 17e5242..e3129e6 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", rev = "ae7c5844b8514f22b55547fe9ba8039e295a26cd", features = ["rayon"] } +lopdf = { git = "https://github.com/abimaelmartell/lopdf", rev = "88f7d9e", features = ["rayon"] } # Error handling thiserror = "2.0"