Point lopdf at upstream repo (J-F-Liu/lopdf@ae7c584)

The R6 encryption fix has been merged upstream, so switch from the
fork back to the canonical repository.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Abimael Martell
2026-02-25 11:05:38 -08:00
co-authored by Claude Opus 4.6
parent e72152ce63
commit 4ed73f7c3b
+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", branch = "firecrawl/fix-r6-encryption", features = ["rayon"] }
lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "ae7c5844b8514f22b55547fe9ba8039e295a26cd", features = ["rayon"] }
# Error handling
thiserror = "2.0"