mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 12:19:54 +02:00
extend setup.py, add Makefile, gitignore, requirements.txt
This commit is contained in:
parent
59b2dcb619
commit
f229907e41
8 changed files with 235 additions and 15 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue