update lopdf

This commit is contained in:
Abimael Martell
2026-03-02 10:12:59 -08:00
parent 0aa4e0a9bc
commit 8f652b81a9
+1 -1
View File
@@ -10,7 +10,7 @@ repository = "https://github.com/firecrawl/pdf-inspector"
[dependencies]
# PDF parsing
lopdf = { git = "https://github.com/firecrawl/lopdf", branch = "firecrawl-fixes", features = ["rayon"] }
lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "df670a5", features = ["rayon"] }
# Error handling
thiserror = "2.0"