1
0
mirror of https://github.com/jdiaz97/pdfx.git synced 2026-06-19 20:06:35 +02:00
This commit is contained in:
José Díaz
2025-06-27 18:45:22 +02:00
parent 3588ced27b
commit 10e0247db2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# pdfjson # pdfy
AI-powered CLI tool to extract information from PDFs using a custom prompt. AI-powered CLI tool to extract information from PDFs using a custom prompt.
+1 -1
View File
@@ -4,7 +4,7 @@ use std::env;
use crate::extractor::extract_contact_info; use crate::extractor::extract_contact_info;
pub async fn run_cli() -> Result<(), Box<dyn std::error::Error>> { pub async fn run_cli() -> Result<(), Box<dyn std::error::Error>> {
let matches = Command::new("pdfjson") let matches = Command::new("pdfy")
.version("0.1.0") .version("0.1.0")
.author("José Díaz <jose@boquila.org>") .author("José Díaz <jose@boquila.org>")
.about("Extract information from PDF files using AI") .about("Extract information from PDF files using AI")