A simple command line tool for downloading arxiv (https://arxiv.org/) papers using the arxiv API. arxiv papers cover research in Physics, Mathematics, Computer Science, etc.
Update:
This also converts the PDFs to txt files. using tesseract
- Python3
- PIL
- pytesseract
- pdf2image
- python3 index.py
python3 index.py vr 5
will download the top 5 matches for vr into the current directory.