views | ||
.gitignore | ||
config.py.example | ||
main.py | ||
README.md | ||
requirements.txt |
CitationExtractor
This is a simple web interface above libbmc and especially CERMINE to extract references from a given PDF file.
Installation
- Clone this repository.
- Install requirements:
pip install -r requirements.txt
- Create a config file:
cp config.py.example config.py
and edit it according to your needs. - Run it:
python3 ./main.py
. Head tohttp://localhost:8080
to see it live.
LICENSE
This repo is under an MIT license.