From 10e0247db29a56ae0e8667fb68c94f1b248e7580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20D=C3=ADaz?= Date: Fri, 27 Jun 2025 18:45:22 +0200 Subject: [PATCH] new --- readme.md | 2 +- src/cli.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")