adjusted the metadata parsing and started the initial work for parsing

other file formats.
This commit is contained in:
2026-07-13 15:37:21 -05:00
parent 7a192592b4
commit b20760aac0
2 changed files with 40 additions and 13 deletions
+3 -1
View File
@@ -4,8 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
calamine = "0.36.0"
clap = { version = "4.6.1", features = ["derive"] }
extractous = "0.3.0"
docx-rust = "0.1.11"
lopdf = "0.44.0"
rayon = "1.12.0"
reqwest = { version = "0.13.3", features = ["blocking"] }
serpapi = "1.1.0"