The main idea is to upload a PDF and:
- Convert the PDF to text, so users can copy easily some parts of the PDF
 - Automatically identify the references from the PDF
 
- Python
 - Node
 - pdftotext (https://www.xpdfreader.com/pdftotext-man.html)
 
node server.js 8002
Then you can access http://localhost:8002

