diff --git a/README.md b/README.md index a960ba1..933b48e 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ python pdf_processor.py -i /path/to/pdfs -o /path/to/output --write-metadata --n ## Reviewing the metadata -# Just review and save changes to new JSON file +### Just review and save changes to new JSON file python metadata_reviewer.py results/processing_results.json -# Review and write changes back to PDFs +### Review and write changes back to PDFs python metadata_reviewer.py results/processing_results.json --write -# Enable debug logging +### Enable debug logging python metadata_reviewer.py results/processing_results.json --debug \ No newline at end of file