fix(reader): point lopdf at fork with %%EOF boundary fix (abimaelmartell/lopdf@88f7d9e)

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