PIPELINES = { "Swedish - Spreads": { "file": "app/assets/templates/nested_swe_ra.yaml", "description": "This pipeline works well on handwritten historic documents written in Swedish with multiple text regions. The HTR model used in the pipeline is Swedish Lion Libre from the National Archives of Sweden.", "examples": [ "R0003364_00005.jpg", "30002027_00008.jpg", "A0070302_00201.jpg", ], }, "Swedish - Single page and snippets": { "file": "app/assets/templates/simple_swe_ra.yaml", "description": "This pipeline works well on handwritten historic letters and other documents written in Swedish with only one text region. The HTR model used in the pipeline is Swedish Lion Libre from the National Archives of Sweden.", "examples": [ "451511_1512_01.jpg", "A0062408_00006.jpg", "C0000546_00085_crop.png", "A0073477_00025.jpg", ], }, "Norwegian - Single page and snippets": { "file": "app/assets/templates/simple_nordhand.yaml", "description": "This pipeline works well on handwritten historic letters and other documents written in Norwegian with only one text region. The model is developed by the Language Bank at The National Library of Norway.", "examples": ["norhand_fmgh040_4.jpg"], }, "Medieval - Single page and snippets": { "file": "app/assets/templates/simple_medival.yaml", "description": "This pipeline works well for medieval scripts written in single-page running text. The HTR model is from Medieval Data, but other models can be selected from here: Medieval Models.", "examples": ["manusscript_kb.png"], }, "English - Single page and snippets": { "file": "app/assets/templates/simple_eng_modern.yaml", "description": "This pipeline works well for English text in single page running text. The HTR model is from Microsoft.", "examples": ["iam.png"], }, }