A repo for utility scripts of the Anton Webern Gesamtausgabe.
- Navigate to the folder containing the virtual environment:
cd /d/Repositories/webern-unibas-ch/awg-utils/compare_pdfs
- Activate the virtual environment:
source venv/Scripts/activate
To deactivate the currently active virtual environment, simply run:
deactivate
The python script in this folder converts a source description given in Word format from .docx to .json.
See HOW TO ... convert source-descriptions from WORD to JSON?
The python script in this folder compares the pages of two pdfs and highlights any diffs.
See HOW TO ... compare two PDF files and highlight differences?