Installation¶
- Clone the repo on the machine
- Install GROBID, follow instructions on https://grobid.readthedocs.io/en/latest/Install-Grobid/
- Install PDFFigures2.0, follow instructions on https://github.com/allenai/pdffigures2
- Add the path to the PDFFigures2 in ConfigPaths.py
Prereqs¶
- Python 3.5
Python Libraries¶
- subprocess package (pip install subprocess)
- Requests Library
- Psycopg2 (for connecting to the database)