- This repository is based on the research held in RPI.
- python (earliest version confirmed supported: 3.9.62)
- PyPDF2
pip3 install PyPDF2
- pymupdf
pip3 install PyMuPDF
- dateutil
pip install python-dateutil
- requests
pip install requests
- We use the HERE API to retrieve location information.
- In the
Modules/location_interface
file on line 23, please insert your own API key, which can obtain from https://www.here.com.
- In the
- selenium
pip3 install selenium
- More instructions depending on OS: https://selenium-python.readthedocs.io/installation.html#introduction
- Driver version: ChromeDriver 114.0.5735.90