From 0aa4e0a9bc2304d050d27a65460f6810726f8595 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Wed, 25 Feb 2026 17:29:54 -0800 Subject: [PATCH] Point lopdf at firecrawl/lopdf firecrawl-fixes branch Includes %%EOF boundary fix and inline image skip fix. Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"