Point lopdf at firecrawl/lopdf firecrawl-fixes branch

Includes %%EOF boundary fix and inline image skip fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Abimael Martell
2026-02-25 17:29:54 -08:00
co-authored by Claude Opus 4.6
parent 3a1ada1c6b
commit 0aa4e0a9bc
+1 -1
View File
@@ -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"