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 model is devloped by 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 model is devloped by 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"], }, "French - Single page and snippets": { "file": "app/assets/templates/simple_pylaia_french.yaml", "description": "This pipeline works well on handwritten historic letters and other documents written in French. The model is developed by Teklia.", "examples": ["belfort_snippet.jpg"], }, "Medival - 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. It is a base model 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. This a base model from Microsoft.", "examples": ["iam.png"], }, }