tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
599 stars 178 forks source link

Error generating all-lstmf #347

Closed carolineeghisolfi closed 10 months ago

carolineeghisolfi commented 11 months ago

I am new to tesseract and tried the following:

git clone --depth 1 https://github.com/tesseract-ocr/tesstrain.git
cd tesstrain
make tesseract-langdata
mkdir tessdata_best
wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata -P tessdata_best
unzip ocrd-testset.zip -d data/ocrd-ground-truth
make training MODEL_NAME=ocrd TESSDATA=tessdata_best MAX_ITERATIONS=10000

It successfully generates all the box and lstmf files, with the exception of the all-lstmf file. I get this error:

python3 shuffle.py 0 "data/ocrd/all-lstmf"
Traceback (most recent call last):
  File "/Users/caroline.ghisolfi/tesstrain/shuffle.py", line 24, in <module>
    fd0 = open(sys.argv[2], 'r')
          ^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'data/ocrd/all-lstmf'
make: *** [data/ocrd/all-lstmf] Error 1

Would appreciate any help! Thanks

zdenop commented 11 months ago

I am sure there was already an error that explain why all-lstmf was not created. Please provide full log. Make sure you have installed the necessary dependencies.

carolineeghisolfi commented 11 months ago

Here's the full log:

caroline.ghisolfi@HNPHOU-HVK6Q49F hcprojects % git clone --depth 1 https://github.com/tesseract-ocr/tesstrain.git cd tesstrain make tesseract-langdata mkdir tessdata_best wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata -P tessdata_best unzip ocrd-testset.zip -d data/ocrd-ground-truth make training MODEL_NAME=ocrd TESSDATA=tessdata_best MAX_ITERATIONS=10000 Cloning into 'tesstrain'... remote: Enumerating objects: 34, done. remote: Counting objects: 100% (34/34), done. remote: Compressing objects: 100% (29/29), done. remote: Total 34 (delta 3), reused 23 (delta 2), pack-reused 0 Receiving objects: 100% (34/34), 5.21 MiB | 1.36 MiB/s, done. Resolving deltas: 100% (3/3), done. wget -O data/langdata/radical-stroke.txt 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/radical-stroke.txt' --2023-07-15 21:35:37-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/radical-stroke.txt Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/radical-stroke.txt [following] --2023-07-15 21:35:38-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/radical-stroke.txt Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 330874 (323K) [text/plain] Saving to: 'data/langdata/radical-stroke.txt'

data/langdata/radic 100%[===================>] 323.12K 1.24MB/s in 0.3s

2023-07-15 21:35:38 (1.24 MB/s) - 'data/langdata/radical-stroke.txt' saved [330874/330874]

wget -O data/langdata/Arabic.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Arabic.unicharset' --2023-07-15 21:35:38-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Arabic.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Arabic.unicharset [following] --2023-07-15 21:35:39-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Arabic.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 159162 (155K) [text/plain] Saving to: 'data/langdata/Arabic.unicharset'

data/langdata/Arabi 100%[===================>] 155.43K 765KB/s in 0.2s

2023-07-15 21:35:39 (765 KB/s) - 'data/langdata/Arabic.unicharset' saved [159162/159162]

wget -O data/langdata/Armenian.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Armenian.unicharset' --2023-07-15 21:35:39-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Armenian.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Armenian.unicharset [following] --2023-07-15 21:35:40-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Armenian.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68265 (67K) [text/plain] Saving to: 'data/langdata/Armenian.unicharset'

data/langdata/Armen 100%[===================>] 66.67K --.-KB/s in 0.08s

2023-07-15 21:35:40 (820 KB/s) - 'data/langdata/Armenian.unicharset' saved [68265/68265]

wget -O data/langdata/Bengali.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Bengali.unicharset' --2023-07-15 21:35:40-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Bengali.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Bengali.unicharset [following] --2023-07-15 21:35:41-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Bengali.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 88595 (87K) [text/plain] Saving to: 'data/langdata/Bengali.unicharset'

data/langdata/Benga 100%[===================>] 86.52K --.-KB/s in 0.09s

2023-07-15 21:35:42 (992 KB/s) - 'data/langdata/Bengali.unicharset' saved [88595/88595]

wget -O data/langdata/Bopomofo.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Bopomofo.unicharset' --2023-07-15 21:35:42-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Bopomofo.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Bopomofo.unicharset [following] --2023-07-15 21:35:42-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Bopomofo.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 74917 (73K) [text/plain] Saving to: 'data/langdata/Bopomofo.unicharset'

data/langdata/Bopom 100%[===================>] 73.16K --.-KB/s in 0.08s

2023-07-15 21:35:42 (865 KB/s) - 'data/langdata/Bopomofo.unicharset' saved [74917/74917]

wget -O data/langdata/Canadian_Aboriginal.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Canadian_Aboriginal.unicharset' --2023-07-15 21:35:42-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Canadian_Aboriginal.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Canadian_Aboriginal.unicharset [following] --2023-07-15 21:35:43-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Canadian_Aboriginal.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 72110 (70K) [text/plain] Saving to: 'data/langdata/Canadian_Aboriginal.unicharset'

data/langdata/Canad 100%[===================>] 70.42K --.-KB/s in 0.07s

2023-07-15 21:35:43 (1.04 MB/s) - 'data/langdata/Canadian_Aboriginal.unicharset' saved [72110/72110]

wget -O data/langdata/Cherokee.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Cherokee.unicharset' --2023-07-15 21:35:43-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Cherokee.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Cherokee.unicharset [following] --2023-07-15 21:35:44-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Cherokee.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 21818 (21K) [text/plain] Saving to: 'data/langdata/Cherokee.unicharset'

data/langdata/Chero 100%[===================>] 21.31K --.-KB/s in 0.02s

2023-07-15 21:35:44 (1.32 MB/s) - 'data/langdata/Cherokee.unicharset' saved [21818/21818]

wget -O data/langdata/Cyrillic.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Cyrillic.unicharset' --2023-07-15 21:35:44-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Cyrillic.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Cyrillic.unicharset [following] --2023-07-15 21:35:45-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Cyrillic.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 208844 (204K) [text/plain] Saving to: 'data/langdata/Cyrillic.unicharset'

data/langdata/Cyril 100%[===================>] 203.95K 902KB/s in 0.2s

2023-07-15 21:35:45 (902 KB/s) - 'data/langdata/Cyrillic.unicharset' saved [208844/208844]

wget -O data/langdata/Devanagari.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Devanagari.unicharset' --2023-07-15 21:35:45-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Devanagari.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Devanagari.unicharset [following] --2023-07-15 21:35:46-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Devanagari.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 95752 (94K) [text/plain] Saving to: 'data/langdata/Devanagari.unicharset'

data/langdata/Devan 100%[===================>] 93.51K --.-KB/s in 0.08s

2023-07-15 21:35:46 (1.15 MB/s) - 'data/langdata/Devanagari.unicharset' saved [95752/95752]

wget -O data/langdata/Ethiopic.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Ethiopic.unicharset' --2023-07-15 21:35:46-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Ethiopic.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Ethiopic.unicharset [following] --2023-07-15 21:35:47-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Ethiopic.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 113238 (111K) [text/plain] Saving to: 'data/langdata/Ethiopic.unicharset'

data/langdata/Ethio 100%[===================>] 110.58K --.-KB/s in 0.1s

2023-07-15 21:35:47 (954 KB/s) - 'data/langdata/Ethiopic.unicharset' saved [113238/113238]

wget -O data/langdata/Georgian.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Georgian.unicharset' --2023-07-15 21:35:47-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Georgian.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Georgian.unicharset [following] --2023-07-15 21:35:48-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Georgian.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 139690 (136K) [text/plain] Saving to: 'data/langdata/Georgian.unicharset'

data/langdata/Georg 100%[===================>] 136.42K --.-KB/s in 0.1s

2023-07-15 21:35:48 (1.06 MB/s) - 'data/langdata/Georgian.unicharset' saved [139690/139690]

wget -O data/langdata/Greek.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Greek.unicharset' --2023-07-15 21:35:48-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Greek.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Greek.unicharset [following] --2023-07-15 21:35:48-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Greek.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 216989 (212K) [text/plain] Saving to: 'data/langdata/Greek.unicharset'

data/langdata/Greek 100%[===================>] 211.90K 873KB/s in 0.2s

2023-07-15 21:35:49 (873 KB/s) - 'data/langdata/Greek.unicharset' saved [216989/216989]

wget -O data/langdata/Gujarati.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Gujarati.unicharset' --2023-07-15 21:35:49-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Gujarati.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Gujarati.unicharset [following] --2023-07-15 21:35:49-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Gujarati.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39259 (38K) [text/plain] Saving to: 'data/langdata/Gujarati.unicharset'

data/langdata/Gujar 100%[===================>] 38.34K --.-KB/s in 0.05s

2023-07-15 21:35:50 (738 KB/s) - 'data/langdata/Gujarati.unicharset' saved [39259/39259]

wget -O data/langdata/Gurmukhi.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Gurmukhi.unicharset' --2023-07-15 21:35:50-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Gurmukhi.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Gurmukhi.unicharset [following] --2023-07-15 21:35:50-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Gurmukhi.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82026 (80K) [text/plain] Saving to: 'data/langdata/Gurmukhi.unicharset'

data/langdata/Gurmu 100%[===================>] 80.10K --.-KB/s in 0.1s

2023-07-15 21:35:51 (692 KB/s) - 'data/langdata/Gurmukhi.unicharset' saved [82026/82026]

wget -O data/langdata/Hangul.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Hangul.unicharset' --2023-07-15 21:35:51-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Hangul.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Hangul.unicharset [following] --2023-07-15 21:35:51-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Hangul.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 939395 (917K) [text/plain] Saving to: 'data/langdata/Hangul.unicharset'

data/langdata/Hangu 100%[===================>] 917.38K 1.14MB/s in 0.8s

2023-07-15 21:35:53 (1.14 MB/s) - 'data/langdata/Hangul.unicharset' saved [939395/939395]

wget -O data/langdata/Han.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Han.unicharset' --2023-07-15 21:35:53-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Han.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Han.unicharset [following] --2023-07-15 21:35:53-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Han.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1814277 (1.7M) [text/plain] Saving to: 'data/langdata/Han.unicharset'

data/langdata/Han.u 100%[===================>] 1.73M 1.63MB/s in 1.1s

2023-07-15 21:35:55 (1.63 MB/s) - 'data/langdata/Han.unicharset' saved [1814277/1814277]

wget -O data/langdata/Hebrew.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Hebrew.unicharset' --2023-07-15 21:35:55-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Hebrew.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Hebrew.unicharset [following] --2023-07-15 21:35:55-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Hebrew.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 111110 (109K) [text/plain] Saving to: 'data/langdata/Hebrew.unicharset'

data/langdata/Hebre 100%[===================>] 108.51K --.-KB/s in 0.1s

2023-07-15 21:35:56 (872 KB/s) - 'data/langdata/Hebrew.unicharset' saved [111110/111110]

wget -O data/langdata/Hiragana.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Hiragana.unicharset' --2023-07-15 21:35:56-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Hiragana.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Hiragana.unicharset [following] --2023-07-15 21:35:56-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Hiragana.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 162586 (159K) [text/plain] Saving to: 'data/langdata/Hiragana.unicharset'

data/langdata/Hirag 100%[===================>] 158.78K 1.03MB/s in 0.2s

2023-07-15 21:35:57 (1.03 MB/s) - 'data/langdata/Hiragana.unicharset' saved [162586/162586]

wget -O data/langdata/Kannada.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Kannada.unicharset' --2023-07-15 21:35:57-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Kannada.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Kannada.unicharset [following] --2023-07-15 21:35:57-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Kannada.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7552 (7.4K) [text/plain] Saving to: 'data/langdata/Kannada.unicharset'

data/langdata/Kanna 100%[===================>] 7.38K --.-KB/s in 0.01s

2023-07-15 21:35:57 (626 KB/s) - 'data/langdata/Kannada.unicharset' saved [7552/7552]

wget -O data/langdata/Katakana.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Katakana.unicharset' --2023-07-15 21:35:58-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Katakana.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Katakana.unicharset [following] --2023-07-15 21:35:58-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Katakana.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 175755 (172K) [text/plain] Saving to: 'data/langdata/Katakana.unicharset'

data/langdata/Katak 100%[===================>] 171.64K 1.02MB/s in 0.2s

2023-07-15 21:35:59 (1.02 MB/s) - 'data/langdata/Katakana.unicharset' saved [175755/175755]

wget -O data/langdata/Khmer.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Khmer.unicharset' --2023-07-15 21:35:59-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Khmer.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Khmer.unicharset [following] --2023-07-15 21:35:59-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Khmer.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18058 (18K) [text/plain] Saving to: 'data/langdata/Khmer.unicharset'

data/langdata/Khmer 100%[===================>] 17.63K --.-KB/s in 0.01s

2023-07-15 21:36:00 (1.47 MB/s) - 'data/langdata/Khmer.unicharset' saved [18058/18058]

wget -O data/langdata/Lao.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Lao.unicharset' --2023-07-15 21:36:00-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Lao.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Lao.unicharset [following] --2023-07-15 21:36:00-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Lao.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 97642 (95K) [text/plain] Saving to: 'data/langdata/Lao.unicharset'

data/langdata/Lao.u 100%[===================>] 95.35K --.-KB/s in 0.1s

2023-07-15 21:36:01 (887 KB/s) - 'data/langdata/Lao.unicharset' saved [97642/97642]

wget -O data/langdata/Latin.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Latin.unicharset' --2023-07-15 21:36:01-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Latin.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Latin.unicharset [following] --2023-07-15 21:36:01-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Latin.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 267393 (261K) [text/plain] Saving to: 'data/langdata/Latin.unicharset'

data/langdata/Latin 100%[===================>] 261.13K 1.12MB/s in 0.2s

2023-07-15 21:36:02 (1.12 MB/s) - 'data/langdata/Latin.unicharset' saved [267393/267393]

wget -O data/langdata/Malayalam.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Malayalam.unicharset' --2023-07-15 21:36:02-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Malayalam.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Malayalam.unicharset [following] --2023-07-15 21:36:02-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Malayalam.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 83401 (81K) [text/plain] Saving to: 'data/langdata/Malayalam.unicharset'

data/langdata/Malay 100%[===================>] 81.45K --.-KB/s in 0.08s

2023-07-15 21:36:03 (1021 KB/s) - 'data/langdata/Malayalam.unicharset' saved [83401/83401]

wget -O data/langdata/Myanmar.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Myanmar.unicharset' --2023-07-15 21:36:03-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Myanmar.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Myanmar.unicharset [following] --2023-07-15 21:36:03-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Myanmar.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 15980 (16K) [text/plain] Saving to: 'data/langdata/Myanmar.unicharset'

data/langdata/Myanm 100%[===================>] 15.61K --.-KB/s in 0.01s

2023-07-15 21:36:03 (1.50 MB/s) - 'data/langdata/Myanmar.unicharset' saved [15980/15980]

wget -O data/langdata/Ogham.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Ogham.unicharset' --2023-07-15 21:36:04-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Ogham.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Ogham.unicharset [following] --2023-07-15 21:36:04-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Ogham.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 16239 (16K) [text/plain] Saving to: 'data/langdata/Ogham.unicharset'

data/langdata/Ogham 100%[===================>] 15.86K --.-KB/s in 0.01s

2023-07-15 21:36:04 (1.07 MB/s) - 'data/langdata/Ogham.unicharset' saved [16239/16239]

wget -O data/langdata/Oriya.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Oriya.unicharset' --2023-07-15 21:36:04-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Oriya.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Oriya.unicharset [following] --2023-07-15 21:36:05-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Oriya.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6773 (6.6K) [text/plain] Saving to: 'data/langdata/Oriya.unicharset'

data/langdata/Oriya 100%[===================>] 6.61K --.-KB/s in 0.003s

2023-07-15 21:36:05 (2.56 MB/s) - 'data/langdata/Oriya.unicharset' saved [6773/6773]

wget -O data/langdata/Runic.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Runic.unicharset' --2023-07-15 21:36:05-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Runic.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Runic.unicharset [following] --2023-07-15 21:36:06-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Runic.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 65864 (64K) [text/plain] Saving to: 'data/langdata/Runic.unicharset'

data/langdata/Runic 100%[===================>] 64.32K --.-KB/s in 0.07s

2023-07-15 21:36:06 (917 KB/s) - 'data/langdata/Runic.unicharset' saved [65864/65864]

wget -O data/langdata/Sinhala.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Sinhala.unicharset' --2023-07-15 21:36:06-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Sinhala.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Sinhala.unicharset [following] --2023-07-15 21:36:07-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Sinhala.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5843 (5.7K) [text/plain] Saving to: 'data/langdata/Sinhala.unicharset'

data/langdata/Sinha 100%[===================>] 5.71K --.-KB/s in 0.001s

2023-07-15 21:36:07 (10.6 MB/s) - 'data/langdata/Sinhala.unicharset' saved [5843/5843]

wget -O data/langdata/Syriac.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Syriac.unicharset' --2023-07-15 21:36:07-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Syriac.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Syriac.unicharset [following] --2023-07-15 21:36:08-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Syriac.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 43526 (43K) [text/plain] Saving to: 'data/langdata/Syriac.unicharset'

data/langdata/Syria 100%[===================>] 42.51K --.-KB/s in 0.06s

2023-07-15 21:36:08 (688 KB/s) - 'data/langdata/Syriac.unicharset' saved [43526/43526]

wget -O data/langdata/Tamil.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Tamil.unicharset' --2023-07-15 21:36:08-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Tamil.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Tamil.unicharset [following] --2023-07-15 21:36:08-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Tamil.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 85016 (83K) [text/plain] Saving to: 'data/langdata/Tamil.unicharset'

data/langdata/Tamil 100%[===================>] 83.02K --.-KB/s in 0.09s

2023-07-15 21:36:09 (935 KB/s) - 'data/langdata/Tamil.unicharset' saved [85016/85016]

wget -O data/langdata/Telugu.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Telugu.unicharset' --2023-07-15 21:36:09-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Telugu.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Telugu.unicharset [following] --2023-07-15 21:36:09-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Telugu.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10168 (9.9K) [text/plain] Saving to: 'data/langdata/Telugu.unicharset'

data/langdata/Telug 100%[===================>] 9.93K --.-KB/s in 0.009s

2023-07-15 21:36:10 (1.06 MB/s) - 'data/langdata/Telugu.unicharset' saved [10168/10168]

wget -O data/langdata/Thai.unicharset 'https://github.com/tesseract-ocr/langdata_lstm/raw/main/Thai.unicharset' --2023-07-15 21:36:10-- https://github.com/tesseract-ocr/langdata_lstm/raw/main/Thai.unicharset Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Thai.unicharset [following] --2023-07-15 21:36:10-- https://raw.githubusercontent.com/tesseract-ocr/langdata_lstm/main/Thai.unicharset Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 92607 (90K) [text/plain] Saving to: 'data/langdata/Thai.unicharset'

data/langdata/Thai. 100%[===================>] 90.44K --.-KB/s in 0.08s

2023-07-15 21:36:11 (1.15 MB/s) - 'data/langdata/Thai.unicharset' saved [92607/92607]

--2023-07-15 21:36:11-- https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/eng.traineddata [following] --2023-07-15 21:36:11-- https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/eng.traineddata Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 23466654 (22M) [application/octet-stream] Saving to: ‘tessdata_best/eng.traineddata’

eng.traineddata 100%[===================>] 22.38M 1.57MB/s in 17s

2023-07-15 21:36:28 (1.32 MB/s) - ‘tessdata_best/eng.traineddata’ saved [23466654/23466654]

Archive: ocrd-testset.zip extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022.tif extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019.tif extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027.tif inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012.tif extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009.tif extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022.tif inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004.tif extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011.tif extracting: data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007.gt.txt inflating: data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019.tif inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003.tif extracting: data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024.tif inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021.gt.txt inflating: data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012.tif inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013.tif inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015.tif extracting: data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008.gt.txt inflating: data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008.tif inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019.tif extracting: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008.tif extracting: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012.tif inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013.tif extracting: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029.tif inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013.tif inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032.tif extracting: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002.tif extracting: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012.tif extracting: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024.gt.txt inflating: data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024.tif inflating: data/ocrd-ground-truth/boerne_paris01_1832_0029_023.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0029_023.tif inflating: data/ocrd-ground-truth/boerne_paris01_1832_0032_003.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0032_003.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0051_014.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0051_014.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0061_005.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0061_005.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0083_015.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0083_015.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0088_017.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0088_017.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0099_013.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0099_013.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0106_020.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0106_020.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0162_021.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0162_021.tif extracting: data/ocrd-ground-truth/boerne_paris01_1832_0233_013.gt.txt inflating: data/ocrd-ground-truth/boerne_paris01_1832_0233_013.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0030_017.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0030_017.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0033_015.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0033_015.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0036_016.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0036_016.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0042_011.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0042_011.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0051_004.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0051_004.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0078_012.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0078_012.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0078_021.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0078_021.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0107_003.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0107_003.tif extracting: data/ocrd-ground-truth/candidus_christus_1854_0109_018.gt.txt inflating: data/ocrd-ground-truth/candidus_christus_1854_0109_018.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0059_007.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0059_007.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0097_022.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0097_022.tif inflating: data/ocrd-ground-truth/clauren_liebe_1827_0105_016.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0105_016.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0128_018.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0128_018.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0151_013.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0151_013.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0205_005.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0205_005.tif inflating: data/ocrd-ground-truth/clauren_liebe_1827_0205_021.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0205_021.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0247_025.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0247_025.tif extracting: data/ocrd-ground-truth/clauren_liebe_1827_0264_022.gt.txt inflating: data/ocrd-ground-truth/clauren_liebe_1827_0264_022.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017.tif inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006.tif extracting: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011.gt.txt inflating: data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0056_005.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0056_005.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0060_030.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0060_030.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0066_011.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0066_011.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0075_017.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0075_017.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0078_014.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0078_014.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0092_015.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0092_015.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0131_019.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0131_019.tif inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0144_022.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0144_022.tif extracting: data/ocrd-ground-truth/eschstruth_katz_1886_0172_022.gt.txt inflating: data/ocrd-ground-truth/eschstruth_katz_1886_0172_022.tif inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022.tif extracting: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021.tif inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027.tif extracting: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013.tif inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015.tif extracting: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011.tif inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002.tif inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007.tif extracting: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026.tif extracting: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021.gt.txt inflating: data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0033_025.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0033_025.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0054_013.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0054_013.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0117_017.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0117_017.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0161_022.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0161_022.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0173_016.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0173_016.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0189_014.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0189_014.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0206_024.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0206_024.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0258_008.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0258_008.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0276_010.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0276_010.tif extracting: data/ocrd-ground-truth/fontane_irrungen_1888_0291_001.gt.txt inflating: data/ocrd-ground-truth/fontane_irrungen_1888_0291_001.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019.tif inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005.tif extracting: data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003.gt.txt inflating: data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0018_004.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0018_004.tif inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0057_002.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0057_002.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0057_017.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0057_017.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0069_011.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0069_011.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0143_007.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0143_007.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0154_008.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0154_008.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0171_017.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0171_017.tif inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0172_014.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0172_014.tif extracting: data/ocrd-ground-truth/gutzkow_wally_1835_0225_017.gt.txt inflating: data/ocrd-ground-truth/gutzkow_wally_1835_0225_017.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0130_002.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0130_002.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0149_013.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0149_013.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0198_005.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0198_005.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0201_005.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0201_005.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0228_012.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0228_012.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0332_014.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0332_014.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0337_008.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0337_008.tif inflating: data/ocrd-ground-truth/heine_lieder_1827_0338_017.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0338_017.tif extracting: data/ocrd-ground-truth/heine_lieder_1827_0358_010.gt.txt inflating: data/ocrd-ground-truth/heine_lieder_1827_0358_010.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017.tif inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004.tif extracting: data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004.tif inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003.gt.txt inflating: data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003.tif inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012.tif inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012.tif inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018.tif extracting: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003.gt.txt inflating: data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003.tif extracting: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015.tif extracting: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010.tif extracting: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016.tif extracting: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019.tif extracting: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014.tif extracting: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003.tif inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013.tif inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018.gt.txt inflating: data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0019_011.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0019_011.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0078_013.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0078_013.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0083_018.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0083_018.tif inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0103_014.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0103_014.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0108_021.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0108_021.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0188_007.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0188_007.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0198_002.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0198_002.tif inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0224_013.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0224_013.tif extracting: data/ocrd-ground-truth/keller_heinrich01_1854_0334_023.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0334_023.tif inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0380_022.gt.txt inflating: data/ocrd-ground-truth/keller_heinrich01_1854_0380_022.tif inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023.tif extracting: data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012.tif extracting: data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010.tif extracting: data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010.tif inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007.tif inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010.tif extracting: data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002.tif inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018.tif inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025.gt.txt inflating: data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0013_011.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0013_011.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0019_004.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0019_004.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0039_018.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0039_018.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0133_010.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0133_010.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0135_013.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0135_013.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0215_019.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0215_019.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0225_006.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0225_006.tif inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0230_004.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0230_004.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0238_003.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0238_003.tif extracting: data/ocrd-ground-truth/lenau_gedichte_1832_0253_017.gt.txt inflating: data/ocrd-ground-truth/lenau_gedichte_1832_0253_017.tif inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0034_006.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0034_006.tif extracting: data/ocrd-ground-truth/menzel_literatur01_1828_0045_014.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0045_014.tif extracting: data/ocrd-ground-truth/menzel_literatur01_1828_0060_015.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0060_015.tif extracting: data/ocrd-ground-truth/menzel_literatur01_1828_0096_012.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0096_012.tif extracting: data/ocrd-ground-truth/menzel_literatur01_1828_0134_025.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0134_025.tif extracting: data/ocrd-ground-truth/menzel_literatur01_1828_0139_017.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0139_017.tif extracting: data/ocrd-ground-truth/menzel_literatur01_1828_0165_021.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0165_021.tif inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0205_022.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0205_022.tif inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0238_006.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0238_006.tif inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0244_028.gt.txt inflating: data/ocrd-ground-truth/menzel_literatur01_1828_0244_028.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0017_008.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0017_008.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0018_003.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0018_003.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0080_003.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0080_003.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0153_008.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0153_008.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0165_007.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0165_007.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0170_012.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0170_012.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0180_010.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0180_010.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0210_008.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0210_008.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0285_026.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0285_026.tif extracting: data/ocrd-ground-truth/meyer_gedichte_1882_0323_008.gt.txt inflating: data/ocrd-ground-truth/meyer_gedichte_1882_0323_008.tif inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015.tif inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001.tif inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007.tif extracting: data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010.gt.txt inflating: data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018.tif inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009.tif extracting: data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007.gt.txt inflating: data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003.tif inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011.tif inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015.tif extracting: data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015.gt.txt inflating: data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015.tif inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016.tif extracting: data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007.tif extracting: data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010.tif inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016.tif inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012.tif extracting: data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007.tif extracting: data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006.tif extracting: data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024.tif inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023.tif extracting: data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015.gt.txt inflating: data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015.tif inflating: data/ocrd-ground-truth/platen_gedichte_1828_0056_006.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0056_006.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0060_018.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0060_018.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0098_018.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0098_018.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0099_005.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0099_005.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0112_001.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0112_001.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0120_003.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0120_003.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0163_013.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0163_013.tif inflating: data/ocrd-ground-truth/platen_gedichte_1828_0171_002.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0171_002.tif inflating: data/ocrd-ground-truth/platen_gedichte_1828_0206_011.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0206_011.tif extracting: data/ocrd-ground-truth/platen_gedichte_1828_0299_030.gt.txt inflating: data/ocrd-ground-truth/platen_gedichte_1828_0299_030.tif inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016.tif extracting: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008.tif extracting: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037.tif extracting: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013.tif extracting: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021.tif extracting: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024.tif inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045.tif extracting: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025.tif inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015.tif inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003.gt.txt inflating: data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003.tif extracting: data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016.tif inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003.tif extracting: data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027.tif extracting: data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004.tif inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016.tif extracting: data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019.tif extracting: data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021.tif inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025.tif inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027.gt.txt inflating: data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027.tif inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025.tif extracting: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019.tif extracting: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031.tif extracting: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023.tif inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008.tif inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017.tif inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018.tif inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031.tif inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005.gt.txt inflating: data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005.tif inflating: data/ocrd-ground-truth/saar_novellen_1877_0026_014.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0026_014.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0033_021.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0033_021.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0050_012.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0050_012.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0077_003.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0077_003.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0144_014.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0144_014.tif inflating: data/ocrd-ground-truth/saar_novellen_1877_0205_005.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0205_005.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0272_012.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0272_012.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0283_020.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0283_020.tif extracting: data/ocrd-ground-truth/saar_novellen_1877_0285_020.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0285_020.tif inflating: data/ocrd-ground-truth/saar_novellen_1877_0293_009.gt.txt inflating: data/ocrd-ground-truth/saar_novellen_1877_0293_009.tif inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003.tif inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018.tif inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020.tif inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031.tif extracting: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020.tif inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034.tif extracting: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032.tif extracting: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015.tif extracting: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017.gt.txt inflating: data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012.tif inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015.tif extracting: data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022.tif inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006.tif inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016.gt.txt inflating: data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016.tif extracting: data/ocrd-ground-truth/spyri_heidi_1880_0062_005.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0062_005.tif inflating: data/ocrd-ground-truth/spyri_heidi_1880_0130_013.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0130_013.tif inflating: data/ocrd-ground-truth/spyri_heidi_1880_0131_024.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0131_024.tif inflating: data/ocrd-ground-truth/spyri_heidi_1880_0167_021.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0167_021.tif inflating: data/ocrd-ground-truth/spyri_heidi_1880_0172_024.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0172_024.tif inflating: data/ocrd-ground-truth/spyri_heidi_1880_0201_015.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0201_015.tif extracting: data/ocrd-ground-truth/spyri_heidi_1880_0203_002.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0203_002.tif extracting: data/ocrd-ground-truth/spyri_heidi_1880_0218_002.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0218_002.tif extracting: data/ocrd-ground-truth/spyri_heidi_1880_0233_016.gt.txt inflating: data/ocrd-ground-truth/spyri_heidi_1880_0233_016.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0013_005.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0013_005.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0024_008.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0024_008.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0091_005.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0091_005.tif inflating: data/ocrd-ground-truth/storm_gedichte_1852_0096_006.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0096_006.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0100_003.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0100_003.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0102_017.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0102_017.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0104_010.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0104_010.tif inflating: data/ocrd-ground-truth/storm_gedichte_1852_0116_007.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0116_007.tif extracting: data/ocrd-ground-truth/storm_gedichte_1852_0167_012.gt.txt inflating: data/ocrd-ground-truth/storm_gedichte_1852_0167_012.tif extracting: data/ocrd-ground-truth/vischer_auch02_1879_0018_003.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0018_003.tif extracting: data/ocrd-ground-truth/vischer_auch02_1879_0188_005.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0188_005.tif extracting: data/ocrd-ground-truth/vischer_auch02_1879_0226_015.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0226_015.tif inflating: data/ocrd-ground-truth/vischer_auch02_1879_0248_017.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0248_017.tif extracting: data/ocrd-ground-truth/vischer_auch02_1879_0311_012.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0311_012.tif extracting: data/ocrd-ground-truth/vischer_auch02_1879_0321_021.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0321_021.tif extracting: data/ocrd-ground-truth/vischer_auch02_1879_0328_011.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0328_011.tif inflating: data/ocrd-ground-truth/vischer_auch02_1879_0341_015.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0341_015.tif inflating: data/ocrd-ground-truth/vischer_auch02_1879_0352_014.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0352_014.tif inflating: data/ocrd-ground-truth/vischer_auch02_1879_0377_021.gt.txt inflating: data/ocrd-ground-truth/vischer_auch02_1879_0377_021.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010.tif extracting: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013.gt.txt inflating: data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013.tif extracting: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008.tif inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023.tif inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011.tif extracting: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024.tif extracting: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017.tif inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011.tif inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018.tif inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023.tif extracting: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011.tif inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006.gt.txt inflating: data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006.tif unicharset_extractor --output_unicharset "data/ocrd/unicharset" --norm_mode 2 "data/ocrd/all-gt" Failed to read data from: data/ocrd/all-gt Wrote unicharset file data/ocrd/unicharset PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0258_008.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0258_008.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0258_008.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0258_008.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0258_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0153_008.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0153_008.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0153_008.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0153_008.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0153_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0109_018.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0109_018.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0109_018.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0109_018.tif" data/ocrd-ground-truth/candidus_christus_1854_0109_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0139_017.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0139_017.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0139_017.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0139_017.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0139_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0066_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0189_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0203_002.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0203_002.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0203_002.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0203_002.tif" data/ocrd-ground-truth/spyri_heidi_1880_0203_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0224_013.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0224_013.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0224_013.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0224_013.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0224_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0050_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0328_011.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0328_011.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0328_011.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0328_011.tif" data/ocrd-ground-truth/vischer_auch02_1879_0328_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0198_002.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0198_002.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0198_002.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0198_002.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0198_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0137_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0372_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0210_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0312_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0128_018.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0128_018.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0128_018.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0128_018.tif" data/ocrd-ground-truth/clauren_liebe_1827_0128_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0172_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0144_014.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0144_014.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0144_014.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0144_014.tif" data/ocrd-ground-truth/saar_novellen_1877_0144_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0051_004.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0051_004.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0051_004.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0051_004.tif" data/ocrd-ground-truth/candidus_christus_1854_0051_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0205_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0085_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0033_021.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0033_021.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0033_021.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0033_021.tif" data/ocrd-ground-truth/saar_novellen_1877_0033_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0165_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0165_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0105_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0161_022.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0161_022.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0161_022.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0161_022.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0161_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0165_007.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0165_007.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0165_007.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0165_007.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0165_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0107_003.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0107_003.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0107_003.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0107_003.tif" data/ocrd-ground-truth/candidus_christus_1854_0107_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0140_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0051_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0167_012.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0167_012.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0167_012.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0167_012.tif" data/ocrd-ground-truth/storm_gedichte_1852_0167_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0140_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0247_025.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0247_025.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0247_025.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0247_025.tif" data/ocrd-ground-truth/clauren_liebe_1827_0247_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0198_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0184_029 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0114_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0323_008.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0323_008.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0323_008.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0323_008.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0323_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0133_010.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0133_010.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0133_010.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0133_010.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0133_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0096_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0380_022.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0380_022.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0380_022.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0380_022.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0380_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0172_014.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0172_014.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0172_014.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0172_014.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0172_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0040_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0039_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0056_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0233_016.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0233_016.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0233_016.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0233_016.tif" data/ocrd-ground-truth/spyri_heidi_1880_0233_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0337_008.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0337_008.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0337_008.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0337_008.tif" data/ocrd-ground-truth/heine_lieder_1827_0337_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0332_014.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0332_014.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0332_014.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0332_014.tif" data/ocrd-ground-truth/heine_lieder_1827_0332_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0019_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0078_012.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0078_012.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0078_012.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0078_012.tif" data/ocrd-ground-truth/candidus_christus_1854_0078_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0274_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0135_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0026_014.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0026_014.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0026_014.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0026_014.tif" data/ocrd-ground-truth/saar_novellen_1877_0026_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0018_004.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0018_004.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0018_004.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0018_004.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0018_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0029_023.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0029_023.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0029_023.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0029_023.tif" data/ocrd-ground-truth/boerne_paris01_1832_0029_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0287_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0311_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0189_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0245_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0180_010.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0180_010.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0180_010.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0180_010.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0180_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0223_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0040_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0013_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0087_027 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0144_022.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0144_022.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0144_022.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0144_022.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0144_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0083_015.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0083_015.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0083_015.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0083_015.tif" data/ocrd-ground-truth/boerne_paris01_1832_0083_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0256_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0057_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0161_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0024_008.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0024_008.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0024_008.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0024_008.tif" data/ocrd-ground-truth/storm_gedichte_1852_0024_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0201_005.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0201_005.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0201_005.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0201_005.tif" data/ocrd-ground-truth/heine_lieder_1827_0201_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0039_018.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0039_018.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0039_018.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0039_018.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0039_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0028_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0032_003.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0032_003.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0032_003.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0032_003.tif" data/ocrd-ground-truth/boerne_paris01_1832_0032_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0083_018.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0083_018.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0083_018.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0083_018.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0083_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0017_008.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0017_008.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0017_008.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0017_008.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0017_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0012_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0225_017.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0225_017.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0225_017.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0225_017.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0225_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0154_008.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0154_008.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0154_008.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0154_008.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0154_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0012_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0149_013.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0149_013.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0149_013.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0149_013.tif" data/ocrd-ground-truth/heine_lieder_1827_0149_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0036_016.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0036_016.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0036_016.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0036_016.tif" data/ocrd-ground-truth/candidus_christus_1854_0036_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0394_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0272_012.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0272_012.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0272_012.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0272_012.tif" data/ocrd-ground-truth/saar_novellen_1877_0272_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0215_019.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0215_019.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0215_019.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0215_019.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0215_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_034 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0163_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0106_020.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0106_020.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0106_020.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0106_020.tif" data/ocrd-ground-truth/boerne_paris01_1832_0106_020 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0377_021.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0377_021.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0377_021.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0377_021.tif" data/ocrd-ground-truth/vischer_auch02_1879_0377_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0147_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0068_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0024_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0027_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0323_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0022_027 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0029_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0061_032 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0248_017.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0248_017.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0248_017.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0248_017.tif" data/ocrd-ground-truth/vischer_auch02_1879_0248_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0013_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0084_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0081_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0077_003.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0077_003.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0077_003.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0077_003.tif" data/ocrd-ground-truth/saar_novellen_1877_0077_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0050_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0233_013.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0233_013.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0233_013.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0233_013.tif" data/ocrd-ground-truth/boerne_paris01_1832_0233_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0170_012.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0170_012.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0170_012.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0170_012.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0170_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0020_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0203_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0190_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0205_005.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0205_005.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0205_005.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0205_005.tif" data/ocrd-ground-truth/saar_novellen_1877_0205_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0242_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0082_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0206_011.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0206_011.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0206_011.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0206_011.tif" data/ocrd-ground-truth/platen_gedichte_1828_0206_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0064_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0014_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0362_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0036_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0188_007.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0188_007.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0188_007.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0188_007.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0188_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0091_005.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0091_005.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0091_005.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0091_005.tif" data/ocrd-ground-truth/storm_gedichte_1852_0091_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0168_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0079_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0079_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0050_012.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0050_012.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0050_012.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0050_012.tif" data/ocrd-ground-truth/saar_novellen_1877_0050_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0243_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0056_005.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0056_005.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0056_005.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0056_005.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0056_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0311_012.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0311_012.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0311_012.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0311_012.tif" data/ocrd-ground-truth/vischer_auch02_1879_0311_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0204_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0291_001.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0291_001.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0291_001.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0291_001.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0291_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0060_030.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0060_030.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0060_030.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0060_030.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0060_030 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0028_027 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0305_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0076_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0031_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0143_007.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0143_007.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0143_007.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0143_007.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0143_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0225_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0119_031 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0275_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0171_017.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0171_017.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0171_017.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0171_017.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0171_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0355_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0253_017.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0253_017.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0253_017.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0253_017.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0253_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0085_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0032_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0103_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0051_014.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0051_014.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0051_014.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0051_014.tif" data/ocrd-ground-truth/boerne_paris01_1832_0051_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0059_020 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0332_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0276_010.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0276_010.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0276_010.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0276_010.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0276_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0230_004.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0230_004.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0230_004.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0230_004.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0230_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0078_013.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0078_013.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0078_013.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0078_013.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0078_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0352_014.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0352_014.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0352_014.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0352_014.tif" data/ocrd-ground-truth/vischer_auch02_1879_0352_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0057_017.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0057_017.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0057_017.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0057_017.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0057_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0140_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0056_006.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0056_006.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0056_006.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0056_006.tif" data/ocrd-ground-truth/platen_gedichte_1828_0056_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0198_005.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0198_005.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0198_005.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0198_005.tif" data/ocrd-ground-truth/heine_lieder_1827_0198_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0047_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0084_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0072_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0358_010.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0358_010.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0358_010.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0358_010.tif" data/ocrd-ground-truth/heine_lieder_1827_0358_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0135_013.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0135_013.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0135_013.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0135_013.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0135_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0094_026 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0146_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0032_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0167_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0013_011.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0013_011.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0013_011.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0013_011.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0013_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_037 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0184_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0199_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0031_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0066_011.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0066_011.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0066_011.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0066_011.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0066_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0051_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0147_009 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0218_002.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0218_002.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0218_002.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0218_002.tif" data/ocrd-ground-truth/spyri_heidi_1880_0218_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0032_045 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0121_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0073_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0134_025.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0134_025.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0134_025.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0134_025.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0134_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0049_031 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0055_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0233_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0131_019.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0131_019.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0131_019.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0131_019.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0131_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0112_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0048_020 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0162_021.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0162_021.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0162_021.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0162_021.tif" data/ocrd-ground-truth/boerne_paris01_1832_0162_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0030_017.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0030_017.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0030_017.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0030_017.tif" data/ocrd-ground-truth/candidus_christus_1854_0030_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0090_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0285_020.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0285_020.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0285_020.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0285_020.tif" data/ocrd-ground-truth/saar_novellen_1877_0285_020 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0175_009 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0057_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0075_017.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0075_017.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0075_017.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0075_017.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0075_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0228_012.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0228_012.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0228_012.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0228_012.tif" data/ocrd-ground-truth/heine_lieder_1827_0228_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0204_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0104_010.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0104_010.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0104_010.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0104_010.tif" data/ocrd-ground-truth/storm_gedichte_1852_0104_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0238_003.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0238_003.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0238_003.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0238_003.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0238_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0116_007.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0116_007.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0116_007.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0116_007.tif" data/ocrd-ground-truth/storm_gedichte_1852_0116_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0127_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0142_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0116_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0117_017.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0117_017.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0117_017.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0117_017.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0117_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0165_021.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0165_021.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0165_021.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0165_021.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0165_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0181_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0172_022.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0172_022.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0172_022.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0172_022.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0172_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0043_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0150_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0100_003.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0100_003.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0100_003.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0100_003.tif" data/ocrd-ground-truth/storm_gedichte_1852_0100_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0034_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0293_009.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0293_009.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0293_009.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0293_009.tif" data/ocrd-ground-truth/saar_novellen_1877_0293_009 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0110_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0232_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0038_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0018_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0176_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0025_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0263_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0038_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0191_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0028_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0034_006.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0034_006.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0034_006.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0034_006.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0034_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0018_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0171_002.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0171_002.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0171_002.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0171_002.tif" data/ocrd-ground-truth/platen_gedichte_1828_0171_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0130_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0080_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0042_011.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0042_011.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0042_011.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0042_011.tif" data/ocrd-ground-truth/candidus_christus_1854_0042_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0064_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0033_025.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0033_025.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0033_025.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0033_025.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0033_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0117_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0112_001.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0112_001.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0112_001.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0112_001.tif" data/ocrd-ground-truth/platen_gedichte_1828_0112_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0160_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0102_017.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0102_017.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0102_017.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0102_017.tif" data/ocrd-ground-truth/storm_gedichte_1852_0102_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0096_006.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0096_006.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0096_006.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0096_006.tif" data/ocrd-ground-truth/storm_gedichte_1852_0096_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0080_003.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0080_003.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0080_003.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0080_003.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0080_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0120_003.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0120_003.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0120_003.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0120_003.tif" data/ocrd-ground-truth/platen_gedichte_1828_0120_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0155_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0321_009 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0033_015.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0033_015.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0033_015.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0033_015.tif" data/ocrd-ground-truth/candidus_christus_1854_0033_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0054_013.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0054_013.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0054_013.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0054_013.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0054_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0131_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0175_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0205_022.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0205_022.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0205_022.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0205_022.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0205_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0170_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0259_032 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/saar_novellen_1877_0283_020.tif" -t "data/ocrd-ground-truth/saar_novellen_1877_0283_020.gt.txt" > "data/ocrd-ground-truth/saar_novellen_1877_0283_020.box" tesseract "data/ocrd-ground-truth/saar_novellen_1877_0283_020.tif" data/ocrd-ground-truth/saar_novellen_1877_0283_020 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0325_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0341_015.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0341_015.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0341_015.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0341_015.tif" data/ocrd-ground-truth/vischer_auch02_1879_0341_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0172_024.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0172_024.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0172_024.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0172_024.tif" data/ocrd-ground-truth/spyri_heidi_1880_0172_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0346_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0099_013.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0099_013.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0099_013.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0099_013.tif" data/ocrd-ground-truth/boerne_paris01_1832_0099_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0371_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0177_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0248_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0051_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0176_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0060_015.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0060_015.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0060_015.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0060_015.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0060_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0210_008.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0210_008.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0210_008.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0210_008.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0210_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0019_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0057_002.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0057_002.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0057_002.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0057_002.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0057_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0240_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0097_022.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0097_022.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0097_022.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0097_022.tif" data/ocrd-ground-truth/clauren_liebe_1827_0097_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/storm_gedichte_1852_0013_005.tif" -t "data/ocrd-ground-truth/storm_gedichte_1852_0013_005.gt.txt" > "data/ocrd-ground-truth/storm_gedichte_1852_0013_005.box" tesseract "data/ocrd-ground-truth/storm_gedichte_1852_0013_005.tif" data/ocrd-ground-truth/storm_gedichte_1852_0013_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0018_003.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0018_003.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0018_003.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0018_003.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0018_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0206_024.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0206_024.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0206_024.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0206_024.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0206_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0160_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0015_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0018_003.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0018_003.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0018_003.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0018_003.tif" data/ocrd-ground-truth/vischer_auch02_1879_0018_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0318_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0106_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0036_001 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0066_027 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0103_014.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0103_014.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0103_014.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0103_014.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0103_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0061_005.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0061_005.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0061_005.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0061_005.tif" data/ocrd-ground-truth/boerne_paris01_1832_0061_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0205_005.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0205_005.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0205_005.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0205_005.tif" data/ocrd-ground-truth/clauren_liebe_1827_0205_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/gutzkow_wally_1835_0069_011.tif" -t "data/ocrd-ground-truth/gutzkow_wally_1835_0069_011.gt.txt" > "data/ocrd-ground-truth/gutzkow_wally_1835_0069_011.box" tesseract "data/ocrd-ground-truth/gutzkow_wally_1835_0069_011.tif" data/ocrd-ground-truth/gutzkow_wally_1835_0069_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0135_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011.tif" -t "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011.gt.txt" > "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011.box" tesseract "data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011.tif" data/ocrd-ground-truth/eichendorff_taugenichts_1826_0279_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0019_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0098_018.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0098_018.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0098_018.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0098_018.tif" data/ocrd-ground-truth/platen_gedichte_1828_0098_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0151_013.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0151_013.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0151_013.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0151_013.tif" data/ocrd-ground-truth/clauren_liebe_1827_0151_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0188_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0201_015.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0201_015.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0201_015.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0201_015.tif" data/ocrd-ground-truth/spyri_heidi_1880_0201_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0029_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0226_015.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0226_015.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0226_015.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0226_015.tif" data/ocrd-ground-truth/vischer_auch02_1879_0226_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0176_026 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0340_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015.tif" -t "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015.gt.txt" > "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015.box" tesseract "data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015.tif" data/ocrd-ground-truth/poersch_gewerkschaftsbewegung_1897_0037_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0205_021.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0205_021.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0205_021.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0205_021.tif" data/ocrd-ground-truth/clauren_liebe_1827_0205_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0215_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0099_005.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0099_005.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0099_005.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0099_005.tif" data/ocrd-ground-truth/platen_gedichte_1828_0099_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0019_011.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0019_011.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0019_011.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0019_011.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0019_011 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0329_031 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0019_004.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0019_004.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0019_004.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0019_004.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0019_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0238_006.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0238_006.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0238_006.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0238_006.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0238_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0189_014.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0189_014.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0189_014.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0189_014.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0189_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0334_023.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0334_023.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0334_023.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0334_023.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0334_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0078_014.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0078_014.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0078_014.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0078_014.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0078_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0021_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0045_014.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0045_014.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0045_014.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0045_014.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0045_014 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0131_024.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0131_024.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0131_024.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0131_024.tif" data/ocrd-ground-truth/spyri_heidi_1880_0131_024 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0266_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0055_026 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fontane_irrungen_1888_0173_016.tif" -t "data/ocrd-ground-truth/fontane_irrungen_1888_0173_016.gt.txt" > "data/ocrd-ground-truth/fontane_irrungen_1888_0173_016.box" tesseract "data/ocrd-ground-truth/fontane_irrungen_1888_0173_016.tif" data/ocrd-ground-truth/fontane_irrungen_1888_0173_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0304_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0154_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008.tif" -t "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008.gt.txt" > "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008.box" tesseract "data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008.tif" data/ocrd-ground-truth/wienbarg_feldzuege_1834_0105_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0062_005.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0062_005.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0062_005.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0062_005.tif" data/ocrd-ground-truth/spyri_heidi_1880_0062_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0060_018.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0060_018.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0060_018.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0060_018.tif" data/ocrd-ground-truth/platen_gedichte_1828_0060_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0099_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0247_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0337_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0163_013.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0163_013.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0163_013.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0163_013.tif" data/ocrd-ground-truth/platen_gedichte_1828_0163_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0078_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0151_022 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007.tif" -t "data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007.gt.txt" > "data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007.box" tesseract "data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007.tif" data/ocrd-ground-truth/novalis_ofterdingen_1802_0276_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0099_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0156_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0137_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015.tif" -t "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015.gt.txt" > "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015.box" tesseract "data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015.tif" data/ocrd-ground-truth/schleiden_menschengeschlecht_1863_0063_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007.tif" -t "data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007.gt.txt" > "data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007.box" tesseract "data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007.tif" data/ocrd-ground-truth/mueller_waldhornist_1821_0142_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0188_005.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0188_005.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0188_005.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0188_005.tif" data/ocrd-ground-truth/vischer_auch02_1879_0188_005 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0151_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/boerne_paris01_1832_0088_017.tif" -t "data/ocrd-ground-truth/boerne_paris01_1832_0088_017.gt.txt" > "data/ocrd-ground-truth/boerne_paris01_1832_0088_017.box" tesseract "data/ocrd-ground-truth/boerne_paris01_1832_0088_017.tif" data/ocrd-ground-truth/boerne_paris01_1832_0088_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/vischer_auch02_1879_0321_021.tif" -t "data/ocrd-ground-truth/vischer_auch02_1879_0321_021.gt.txt" > "data/ocrd-ground-truth/vischer_auch02_1879_0321_021.box" tesseract "data/ocrd-ground-truth/vischer_auch02_1879_0321_021.tif" data/ocrd-ground-truth/vischer_auch02_1879_0321_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0103_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0035_019 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0244_028.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0244_028.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0244_028.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0244_028.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0244_028 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/eschstruth_katz_1886_0092_015.tif" -t "data/ocrd-ground-truth/eschstruth_katz_1886_0092_015.gt.txt" > "data/ocrd-ground-truth/eschstruth_katz_1886_0092_015.box" tesseract "data/ocrd-ground-truth/eschstruth_katz_1886_0092_015.tif" data/ocrd-ground-truth/eschstruth_katz_1886_0092_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0116_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/candidus_christus_1854_0078_021.tif" -t "data/ocrd-ground-truth/candidus_christus_1854_0078_021.gt.txt" > "data/ocrd-ground-truth/candidus_christus_1854_0078_021.box" tesseract "data/ocrd-ground-truth/candidus_christus_1854_0078_021.tif" data/ocrd-ground-truth/candidus_christus_1854_0078_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0016_003 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0215_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0145_023 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_heinrich01_1854_0108_021.tif" -t "data/ocrd-ground-truth/keller_heinrich01_1854_0108_021.gt.txt" > "data/ocrd-ground-truth/keller_heinrich01_1854_0108_021.box" tesseract "data/ocrd-ground-truth/keller_heinrich01_1854_0108_021.tif" data/ocrd-ground-truth/keller_heinrich01_1854_0108_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0167_021.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0167_021.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0167_021.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0167_021.tif" data/ocrd-ground-truth/spyri_heidi_1880_0167_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0086_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/lenau_gedichte_1832_0225_006.tif" -t "data/ocrd-ground-truth/lenau_gedichte_1832_0225_006.gt.txt" > "data/ocrd-ground-truth/lenau_gedichte_1832_0225_006.box" tesseract "data/ocrd-ground-truth/lenau_gedichte_1832_0225_006.tif" data/ocrd-ground-truth/lenau_gedichte_1832_0225_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/meyer_gedichte_1882_0285_026.tif" -t "data/ocrd-ground-truth/meyer_gedichte_1882_0285_026.gt.txt" > "data/ocrd-ground-truth/meyer_gedichte_1882_0285_026.box" tesseract "data/ocrd-ground-truth/meyer_gedichte_1882_0285_026.tif" data/ocrd-ground-truth/meyer_gedichte_1882_0285_026 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0059_007.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0059_007.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0059_007.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0059_007.tif" data/ocrd-ground-truth/clauren_liebe_1827_0059_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027.tif" -t "data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027.gt.txt" > "data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027.box" tesseract "data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027.tif" data/ocrd-ground-truth/frapan_bittersuess_1891_0145_027 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0105_016.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0105_016.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0105_016.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0105_016.tif" data/ocrd-ground-truth/clauren_liebe_1827_0105_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0130_002.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0130_002.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0130_002.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0130_002.tif" data/ocrd-ground-truth/heine_lieder_1827_0130_002 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_lieder_1827_0338_017.tif" -t "data/ocrd-ground-truth/heine_lieder_1827_0338_017.gt.txt" > "data/ocrd-ground-truth/heine_lieder_1827_0338_017.box" tesseract "data/ocrd-ground-truth/heine_lieder_1827_0338_017.tif" data/ocrd-ground-truth/heine_lieder_1827_0338_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0246_015 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004.tif" -t "data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004.gt.txt" > "data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004.box" tesseract "data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004.tif" data/ocrd-ground-truth/alexis_ruhe01_1852_0219_004 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0022_007 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012.tif" -t "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012.gt.txt" > "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012.box" tesseract "data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012.tif" data/ocrd-ground-truth/hoffmann_elixiere01_1815_0173_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/menzel_literatur01_1828_0096_012.tif" -t "data/ocrd-ground-truth/menzel_literatur01_1828_0096_012.gt.txt" > "data/ocrd-ground-truth/menzel_literatur01_1828_0096_012.box" tesseract "data/ocrd-ground-truth/menzel_literatur01_1828_0096_012.tif" data/ocrd-ground-truth/menzel_literatur01_1828_0096_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008.tif" -t "data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008.gt.txt" > "data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008.box" tesseract "data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008.tif" data/ocrd-ground-truth/heine_reisebilder02_1827_0169_008 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0102_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012.tif" -t "data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012.gt.txt" > "data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012.box" tesseract "data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012.tif" data/ocrd-ground-truth/bauer_buehnenleben_1871_0203_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021.tif" -t "data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021.gt.txt" > "data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021.box" tesseract "data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021.tif" data/ocrd-ground-truth/raschdorff_hochbau_1880_0026_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spyri_heidi_1880_0130_013.tif" -t "data/ocrd-ground-truth/spyri_heidi_1880_0130_013.gt.txt" > "data/ocrd-ground-truth/spyri_heidi_1880_0130_013.box" tesseract "data/ocrd-ground-truth/spyri_heidi_1880_0130_013.tif" data/ocrd-ground-truth/spyri_heidi_1880_0130_013 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016.tif" -t "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016.gt.txt" > "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016.box" tesseract "data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016.tif" data/ocrd-ground-truth/perthes_buchhandel_1816_0019_016 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010.tif" -t "data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010.gt.txt" > "data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010.box" tesseract "data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010.tif" data/ocrd-ground-truth/keller_sinngedicht_1882_0301_010 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021.tif" -t "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021.gt.txt" > "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021.box" tesseract "data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021.tif" data/ocrd-ground-truth/fiedler_kuenstlerische_1887_0180_021 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018.tif" -t "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018.gt.txt" > "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018.box" tesseract "data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018.tif" data/ocrd-ground-truth/hoffmann_nachtstuecke01_1817_0273_018 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/platen_gedichte_1828_0299_030.tif" -t "data/ocrd-ground-truth/platen_gedichte_1828_0299_030.gt.txt" > "data/ocrd-ground-truth/platen_gedichte_1828_0299_030.box" tesseract "data/ocrd-ground-truth/platen_gedichte_1828_0299_030.tif" data/ocrd-ground-truth/platen_gedichte_1828_0299_030 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025.tif" -t "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025.gt.txt" > "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025.box" tesseract "data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025.tif" data/ocrd-ground-truth/rosenkranz_aesthetik_1853_0061_025 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006.tif" -t "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006.gt.txt" > "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006.box" tesseract "data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006.tif" data/ocrd-ground-truth/wackenroder_herzensergiessungen_1797_0147_006 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012.tif" -t "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012.gt.txt" > "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012.box" tesseract "data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012.tif" data/ocrd-ground-truth/bismarck_erinnerungen02_1898_0277_012 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009.tif" -t "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009.gt.txt" > "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009.box" tesseract "data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009.tif" data/ocrd-ground-truth/spielhagen_problematische02_1861_0100_009 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026.tif" -t "data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026.gt.txt" > "data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026.box" tesseract "data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026.tif" data/ocrd-ground-truth/andreas_fenitschka_1898_0033_026 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017.tif" -t "data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017.gt.txt" > "data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017.box" tesseract "data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017.tif" data/ocrd-ground-truth/paul_flegeljahre01_1804_0051_017 --psm 13 lstm.train PYTHONIOENCODING=utf-8 python3 generate_line_box.py -i "data/ocrd-ground-truth/clauren_liebe_1827_0264_022.tif" -t "data/ocrd-ground-truth/clauren_liebe_1827_0264_022.gt.txt" > "data/ocrd-ground-truth/clauren_liebe_1827_0264_022.box" tesseract "data/ocrd-ground-truth/clauren_liebe_1827_0264_022.tif" data/ocrd-ground-truth/clauren_liebe_1827_0264_022 --psm 13 lstm.train python3 shuffle.py 0 "data/ocrd/all-lstmf" Traceback (most recent call last): File "/Users/caroline.ghisolfi/hcprojects/tesstrain/shuffle.py", line 24, in fd0 = open(sys.argv[2], 'r') FileNotFoundError: [Errno 2] No such file or directory: 'data/ocrd/all-lstmf' make: *** [data/ocrd/all-lstmf] Error 1 caroline.ghisolfi@HNPHOU-HVK6Q49F tesstrain %

krisjanis99 commented 11 months ago

I second this. Despite several attempts, I've been unable to successfully run tesstrain, even after initiating a fresh installation and testing on numerous devices. I've also attempted using different datasets. The unicharset is generated correctly, but the process fails when it comes to the generation of all-lstmf. I hope somebody can help!

veeenu commented 11 months ago

On OS X, I had the same behavior. There is probably some incompatibility between BSD make (the one that ships with OS X) and GNU make.

I solved it by installing GNU make via brew install make and then running the training step via gmake training MODEL_NAME=.... I also had to separately run make tesseract-langdata as it wasn't run automatically. This way I was able to progress in training.

huben92 commented 10 months ago

On OS X, I had the same behavior. There is probably some incompatibility between BSD make (the one that ships with OS X) and GNU make.

I solved it by installing GNU make via brew install make and then running the training step via gmake training MODEL_NAME=.... I also had to separately run make tesseract-langdata as it wasn't run automatically. This way I was able to progress in training.

Thank @veeenu I have similar, this worked

zdenop commented 10 months ago

See https://github.com/tesseract-ocr/tesstrain/issues/348: make version 4.2 and higher is required.