mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 03:39:55 +02:00
📝 readme: downloading models
This commit is contained in:
parent
1a88b6d0b1
commit
a8f67f0a34
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -21,11 +21,22 @@ pip install ocrd_calamari
|
||||||
|
|
||||||
## Install models
|
## Install models
|
||||||
|
|
||||||
|
Download standard models:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://github.com/Calamari-OCR/calamari_models/archive/master.zip
|
wget https://github.com/Calamari-OCR/calamari_models/archive/master.zip
|
||||||
unzip master.zip
|
unzip master.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download models trained on GT4HistOCR data:
|
||||||
|
|
||||||
|
```
|
||||||
|
wget https://file.spk-berlin.de:8443/calamari-models/GT4HistOCR/model.tar.xz
|
||||||
|
mkdir gt4hist-calamari
|
||||||
|
cd gt4hist-calamari
|
||||||
|
tar xf ../model.tar.xz
|
||||||
|
```
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue