#Aztec Metdata Extraction Service The Aztec Metadata Extraction Service is a RESTful web-service that packages the following pipeline:
- Converts a PDF to text
- Classify the article (Tool or Non-tool)
- Extract relevant metadata if the PDF is a scientific publication about a tool
- Save to the Aztec Solr database
##Server Setup
Pull Repository
Install Python 2.7
Install dependencies
pip install -r /path/to/requirements.txtTo start running the server, navigate to the web folder and run:
python app.py