diff --git a/Cargo.toml b/Cargo.toml index 0afb1dd..85f8e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ chrono = { version = "0.4", features = ["serde"] } tesseract = { version = "0.14", optional = true } # PDF parsing -pdf-extract = { version = "0.7", optional = true } +pdf-extract = { version = "0.10", optional = true } # Clustering algorithms para RAPTOR linfa = { version = "0.7", optional = true }