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