Point lopdf at fork with R6 padded /O /U fix
Use abimaelmartell/lopdf firecrawl/fix-r6-encryption branch which accepts /O and /U values longer than 48 bytes in V5/R6 encrypted PDFs. This unblocks 4 encrypted PDFs in the bench suite that were previously rejected with InvalidHashLength. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
433132d195
commit
93c5c21384
+1
-1
@@ -10,7 +10,7 @@ repository = "https://github.com/firecrawl/pdf-inspector"
|
||||
|
||||
[dependencies]
|
||||
# PDF parsing
|
||||
lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "0387137b90d54418db02ccc0b406ed6a5883da0d", features = ["rayon"] }
|
||||
lopdf = { git = "https://github.com/abimaelmartell/lopdf", branch = "firecrawl/fix-r6-encryption", features = ["rayon"] }
|
||||
|
||||
# Error handling
|
||||
thiserror = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user