chore(pdf): Update pdf-inspector: OCR detection, XObject text extraction, grid detection fixes

This commit is contained in:
Abimael Martell
2026-03-09 18:23:36 -07:00
parent 9ea908d1c5
commit ddeac5e327

View File

@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
chrono = { version = "0.4", features = ["serde"] }
kuchikiki = "0.8.2"
lol_html = "2.6.0"
pdf-inspector = { git = "https://github.com/firecrawl/pdf-inspector", rev = "f2869ff" }
pdf-inspector = { git = "https://github.com/firecrawl/pdf-inspector", rev = "c1357e7" }
maud = "0.27.0"
napi = { version = "3.0.0", features = ["serde-json", "tokio_rt"] }
napi-derive = "3.0.0"