/talktopapers

Primary LanguageJupyter Notebook

talktopapers

Parsing papers is the first step. It can be done in two ways.

  1. Via commandline
# Example
python parse_paper.py --pdf-url http://export.arxiv.org/pdf/1706.03762.pdf


# Usage
usage: parse_paper.py [-h] [--arxiv-id ARXIV_ID] [--pdf-url PDF_URL]

optional arguments:
  -h, --help           show this help message and exit
  --arxiv-id ARXIV_ID  Use the arxiv id of the paper
  --pdf-url PDF_URL    URL to the pdf of the paper
  1. Interactive, in the jupyter notebook.