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. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 3cae322..2e49fd4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ pub mod splitter; pub mod filecache; pub mod searchresult; pub mod filecounter; +pub mod extractors; use vector::FileVector; use dictionary::Dictionary; -- cgit v1.2.3-70-g09d2