README.md aktualisiert

More Instructions
This commit is contained in:
Sebastian Mondial 2025-02-19 21:59:36 +00:00
parent 892633222e
commit 49c1d1b30b

View file

@ -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
@ -28,3 +28,14 @@ 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
## 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