| 
									
										
										
										
											2021-02-11 16:46:31 +01:00
										 |  |  | #!/bin/bash -x | 
					
						
							| 
									
										
										
										
											2021-02-11 16:34:17 +01:00
										 |  |  | set -e | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | self=`realpath $0` | 
					
						
							|  |  |  | self_dir=`dirname "$self"` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DATA_SUBDIR=data | 
					
						
							|  |  |  | get_from_web() { | 
					
						
							|  |  |  |   download_to 'https://qurator-data.de/calamari-models/GT4HistOCR/model.tar.xz' 'calamari-models/GT4HistOCR/2019-07-22T15_49+0200' | 
					
						
							|  |  |  |   download_to 'https://qurator-data.de/calamari-models/GT4HistOCR/2019-12-11T11_10+0100/model.tar.xz' 'calamari-models/GT4HistOCR/2019-12-11T11_10+0100' | 
					
						
							|  |  |  |   download_to 'https://qurator-data.de/tesseract-models/GT4HistOCR/models.tar'  'tesseract-models/GT4HistOCR' | 
					
						
							|  |  |  |   download_to 'https://qurator-data.de/sbb_textline_detector/models.tar.gz'     'textline_detection' | 
					
						
							| 
									
										
										
										
											2021-04-19 20:57:57 +02:00
										 |  |  |   download_to --strip-components 1 'https://qurator-data.de/sbb_binarization/2021-03-09/models.tar.gz' 'sbb_binarization/2021-03-09' | 
					
						
							| 
									
										
										
										
											2021-02-11 16:34:17 +01:00
										 |  |  |   download_to --no-unpack 'https://qurator-data.de/mirror/github.com/tesseract-ocr/tessdata_best/archive/4.0.0-repacked.tar.gz' 'mirror/github.com/tesseract-ocr/tessdata_best/archive/4.0.0-repacked.tar.gz' | 
					
						
							| 
									
										
										
										
											2021-04-21 11:35:29 +02:00
										 |  |  |   download_to --strip-components 1 'https://qurator-data.de/eynollah/models_eynollah.tar.gz' 'eynollah' | 
					
						
							| 
									
										
										
										
											2021-02-11 16:34:17 +01:00
										 |  |  | } | 
					
						
							|  |  |  | . $self_dir/qurator_data_lib.sh | 
					
						
							|  |  |  | handle_data |