V6
New instructions / functions
This commit is contained in:
parent
4c18bd2cf9
commit
09e0f8e39b
1 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,10 +1,10 @@
|
||||||
# pdf-mass-cleanuptools v5
|
# pdf-mass-cleanuptools v6
|
||||||
|
|
||||||
Clean up that MetaDataMess
|
Clean up that MetaDataMess
|
||||||
|
|
||||||
## Needs:
|
## Needs:
|
||||||
|
|
||||||
+ pip install pdf2image anthropic tqdm
|
+ pip install pdf2image anthropic tqdm PyPDF2
|
||||||
+ sudo apt-get install poppler-utils
|
+ sudo apt-get install poppler-utils
|
||||||
|
|
||||||
before running: export ANTHROPIC_API_KEY='your-api-key-here'
|
before running: export ANTHROPIC_API_KEY='your-api-key-here'
|
||||||
|
@ -22,3 +22,9 @@ python pdf_processor.py -i /path/to/pdfs -o /path/to/output --pattern "magazine_
|
||||||
|
|
||||||
### Keep temporary files for inspection
|
### Keep temporary files for inspection
|
||||||
python pdf_processor.py -i /path/to/pdfs -o /path/to/output --no-cleanup
|
python pdf_processor.py -i /path/to/pdfs -o /path/to/output --no-cleanup
|
||||||
|
|
||||||
|
### With MetaData
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue