From 6e1b62e91977701da37f51a7984e4e8222a1c7f5 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 19 Feb 2025 21:51:21 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0601260..329128f 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,18 @@ Clean up that MetaDataMess + pip install pdf2image anthropic + sudo apt-get install poppler-utils -before running: export ANTHROPIC_API_KEY='your-api-key-here' \ No newline at end of file +before running: export ANTHROPIC_API_KEY='your-api-key-here' + +## Using the tool + +### Basic usage +python pdf_processor.py -i /path/to/pdfs -o /path/to/output + +### Test with a single file +python pdf_processor.py -i /path/to/pdfs -o /path/to/output --test + +### Process specific pattern of files +python pdf_processor.py -i /path/to/pdfs -o /path/to/output --pattern "magazine_*.pdf" + +### Keep temporary files for inspection +python pdf_processor.py -i /path/to/pdfs -o /path/to/output --no-cleanup \ No newline at end of file