mirror of
https://github.com/jdiaz97/pdfx.git
synced 2025-11-29 05:46:51 +02:00
new
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# pdfjson
|
||||
# pdfy
|
||||
|
||||
AI-powered CLI tool to extract information from PDFs using a custom prompt.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ use std::env;
|
||||
use crate::extractor::extract_contact_info;
|
||||
|
||||
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")
|
||||
.author("José Díaz <jose@boquila.org>")
|
||||
.about("Extract information from PDF files using AI")
|
||||
|
||||
Reference in New Issue
Block a user