chore(rust): update lopdf to fix-cmap-optional-slash branch

Switches to a new lopdf branch that includes the CMap parser fix for
PDFs with uncompressed ToUnicode streams that omit the leading slash
on metadata keys (CIDSystemInfo, CMapName, CMapType).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Abimael Martell
2026-03-06 10:10:30 -08:00
co-authored by Claude Opus 4.6
parent b4d127eae3
commit 2a08386d62
+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/fix-leading-whitespace", features = ["rayon"] }
lopdf = { git = "https://github.com/firecrawl/lopdf", branch = "firecrawl/fix-cmap-optional-slash", features = ["rayon"] }
# Error handling
thiserror = "2.0"