From 3a1ada1c6b29cb4c8b98e805dc30784aa52d4099 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Wed, 25 Feb 2026 17:07:06 -0800 Subject: [PATCH] fix(reader): point lopdf at fork with %%EOF boundary fix (abimaelmartell/lopdf@88f7d9e) 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 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"