diff --git a/readme.md b/readme.md index b47dfbc..c61a832 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# pdfjson +# pdfy AI-powered CLI tool to extract information from PDFs using a custom prompt. diff --git a/src/cli.rs b/src/cli.rs index 97fdc2d..d2e8648 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -4,7 +4,7 @@ use std::env; use crate::extractor::extract_contact_info; pub async fn run_cli() -> Result<(), Box> { - let matches = Command::new("pdfjson") + let matches = Command::new("pdfy") .version("0.1.0") .author("José Díaz ") .about("Extract information from PDF files using AI")