Skip to content

Commit

Permalink
Merge pull request #1024 from DDMAL/text-alignment-default-model
Browse files Browse the repository at this point in the history
change default text alignment model to newest
  • Loading branch information
softcat477 authored Jul 19, 2023
2 parents 495ba16 + 0afddd2 commit 4cdcd8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class text_alignment(RodanTask):
'OCR Model': {
'type': 'string',
'enum': ['gothic_salzinnes_2021', 'ms73_latinhist_2021',"gothic_salzinnes_2023","salzinnes_stgall"],
'default': 'gothic_salzinnes_2021',
'default': 'salzinnes_stgall',
'description': ('The OCR model used to obtain a \'messy\' transcript, which will '
'then be aligned to the given transcript.')
}
Expand Down

0 comments on commit 4cdcd8d

Please sign in to comment.