Skip to content
Snippets Groups Projects
README.md 354 B
Newer Older
Tiphaine Viard's avatar
Tiphaine Viard committed
# mapaie

## Getting started

Tiphaine Viard's avatar
Tiphaine Viard committed
Clone the repository, and make sure the python package virtualenv is installed.
Tiphaine Viard's avatar
Tiphaine Viard committed

```
Tiphaine Viard's avatar
Tiphaine Viard committed
cd mapaie
source .venv/bin/activate
pip install -r requirements.txt
Tiphaine Viard's avatar
Tiphaine Viard committed
```

Tiphaine Viard's avatar
Tiphaine Viard committed
You can then run `make download` to download PDF files, `make parse` to extract their contents. PDF fiels are stored in `./pdfs`, and textual contents in ` ./txts/`.