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:
co-authored by
Claude Opus 4.6
parent
b4d127eae3
commit
2a08386d62
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user