Automate PDF organization based on defined keywords
## Requirements
- Python 3
- Searchable PDFs
## How to use
- save config_example.yaml as config.yaml.
- define the folders for the source pdfs and where to save the guessed pdf.
- you can define keyword which appear in the documents. These will be used for document names.
- install the required libraries defined in requirements.txt: (navigate to the folder, pip install -r requirements.txt)
- run pdf_organizer.py