From e1770cf3b0fd5eff3e69a8ec28c15018084eae73 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 6 Jul 2023 11:51:21 +0200 Subject: add extractors for docx, pptx, pdf, etc. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f09fcf6..5aabb5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +dotext = "0.1.1" lazy_static = "1.4.0" +lopdf = "0.31.0" +rayon = "1.7.0" +serde = { version = "1.0.166", features = ["derive"] } +serde_json = "1.0.100" walkdir = "2.3.3" -- cgit v1.2.3-70-g09d2