chore(rust): revert lopdf to upstream main

The firecrawl/fix-cmap-optional-slash branch caused a regression on
the Italian PDF (garbled CMap-encoded text). The EPEVER fix was a
wrong diagnosis — the PDF extracts correctly on upstream main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Abimael Martell
2026-03-07 00:55:03 -08:00
co-authored by Claude Opus 4.6
parent 75fbaddccb
commit f2869fff30
+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-cmap-optional-slash", features = ["rayon"] }
lopdf = { git = "https://github.com/J-F-Liu/lopdf", features = ["rayon"] }
# Error handling
thiserror = "2.0"