From d59472aeecdc15f0b2475c78ce08dc20989a65ed Mon Sep 17 00:00:00 2001 From: nmammeri Date: Wed, 11 Sep 2024 15:45:55 +0200 Subject: [PATCH] chore: updated crate description --- extractous-core/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/extractous-core/Cargo.toml b/extractous-core/Cargo.toml index b2419cb..56f66ff 100644 --- a/extractous-core/Cargo.toml +++ b/extractous-core/Cargo.toml @@ -3,6 +3,19 @@ name = "extractous" version = "0.1.1" edition = "2021" +description = """ +Extractous provides a fast and efficient way to extract content from all kind of file formats including PDF, Word, Excel +CSV, Email etc... Internally it uses a natively compiled Apache Tika for formats are not supported natively by Rust +""" +license = "Apache-2.0" +homepage = "https://extractous.yobix.ai" +repository = "https://github.com/yobix-ai/extractous" +authors = ["Yobix AI "] +readme = "README.md" +keywords = ["unstructured", "tika", "text", "pdf", "parser"] +categories = ["parsing", "text-processing"] + + [[example]] name = "cli"