citationextractor/README.md

547 B

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 to http://localhost:8080 to see it live.

LICENSE

This repo is under an MIT license.