Skip to content

Install

How to start

  1. Make sure you have GROBID installed and running
  2. For example by using docker. Run:
    docker pull lfoppiano/grobid:0.7.2
    to install and
    docker run -t --rm -p 8070:8070 lfoppiano/grobid:0.7.2
    to start GROBID
  3. For further information see the documentation

  4. Set up your environment

  5. By running pip install requirements.txt

  6. Provide your pdfs and run

  7. Move your pdf to the resources directory OR choose your own directory by changing the RESOURCE_DIRECTORY constant in xml_parser.py
  8. Start the application by running python xml_parser.py