tiny md glitch corrected
This commit is contained in:
parent
49c1d1b30b
commit
f3eb9e1c87
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue