From 8f652b81a9c283fd4e0518398a03a6a886a472c0 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Mon, 2 Mar 2026 10:12:59 -0800 Subject: [PATCH] update lopdf --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f724f0d..137bf4d 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/firecrawl/lopdf", branch = "firecrawl-fixes", features = ["rayon"] } +lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "df670a5", features = ["rayon"] } # Error handling thiserror = "2.0"