tiny md glitch corrected

This commit is contained in:
Sebastian Mondial 2025-02-19 22:00:01 +00:00
parent 49c1d1b30b
commit f3eb9e1c87

View file

@ -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