diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-06 11:51:21 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-06 11:51:21 +0200 |
| commit | e1770cf3b0fd5eff3e69a8ec28c15018084eae73 (patch) | |
| tree | 0fc6289cd8b56f654a760d1ee7d748d160bcc251 /src/main.rs | |
| parent | 3ca9adc0c5e138271dacab7691dac77da0ba0f21 (diff) | |
add extractors for docx, pptx, pdf, etc.
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |