extend setup.py, add Makefile, gitignore, requirements.txt

This commit is contained in:
Konstantin Baierer 2020-11-20 17:37:35 +01:00
parent 59b2dcb619
commit f229907e41
8 changed files with 235 additions and 15 deletions

View file

@ -38,10 +38,18 @@ Some heuristic methods are also employed to further improve the model prediction
* Finally, using the derived coordinates, bounding boxes are determined for each textline.
## Installation
`run ./make`
```
pip install .
# or
make install
```
### Models
In order to run this tool you also need trained models. You can download our pretrained models from qurator-data.
<!-- TODO add link to models -->
In order to run this tool you also need trained models. You can download [pretrained models from qurator-data](https://qurator-data.de/).
## Usage