From f3eb9e1c87dfa8913670f8b95cad54108ef58b67 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 19 Feb 2025 22:00:01 +0000 Subject: [PATCH] tiny md glitch corrected --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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