From 49c1d1b30b9804ba21e52bf2c20ac6c4d82c5f01 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 19 Feb 2025 21:59:36 +0000 Subject: [PATCH] README.md aktualisiert More Instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f832220..a960ba1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Clean up that MetaDataMess before running: export ANTHROPIC_API_KEY='your-api-key-here' -## Using the tool +## Using the main tool ### Basic usage python pdf_processor.py -i /path/to/pdfs -o /path/to/output @@ -27,4 +27,15 @@ python pdf_processor.py -i /path/to/pdfs -o /path/to/output --no-cleanup python pdf_processor.py -i /path/to/pdfs -o /path/to/output --write-metadata ### With MetaData - and skip Backups if you dare -python pdf_processor.py -i /path/to/pdfs -o /path/to/output --write-metadata --no-backup \ No newline at end of file +python pdf_processor.py -i /path/to/pdfs -o /path/to/output --write-metadata --no-backup + +## Reviewing the metadata + +# Just review and save changes to new JSON file +python metadata_reviewer.py results/processing_results.json + +# Review and write changes back to PDFs +python metadata_reviewer.py results/processing_results.json --write + +# Enable debug logging +python metadata_reviewer.py results/processing_results.json --debug \ No newline at end of file