From f2869fff30c269853e705156f91c214245b99f6f Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Sat, 7 Mar 2026 00:55:03 -0800 Subject: [PATCH] chore(rust): revert lopdf to upstream main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaa8da8..2c0a289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"