Skip to content

Commit

Permalink
Add a new Spanish model for Transkribus
Browse files Browse the repository at this point in the history
Updated langs.json and EngineBase class with new
Transkribus Model ID and model name

Bug: T334638

Co-authored-by: Kolawole <kolakachi@gmail.com>
  • Loading branch information
Parthiv-M and kolakachi authored Apr 14, 2023
1 parent 282251a commit bb8642d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/langs.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
"es-old": {
"tesseract": "spa_old"
},
"es-redonda-extended-v1_2": {
"transkribus": 48394
},
"et": {
"tesseract": "est",
"google": "et"
Expand Down
1 change: 1 addition & 0 deletions src/Engine/EngineBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ abstract class EngineBase {
'enm' => 'Middle English (1100-1500)',
'es-md' => 'Diario de Madrid 1788-1825',
'es-old' => 'español (viejo)',
'es-redonda-extended-v1_2' => 'SpanishRedonda_sXVI-XVII_extended_v1.2',
'fin' => 'NLF_Newseye_GT_FI_M2+',
'fr-m1' => 'Transkribus French Model 1',
'frm' => 'moyen français (1400-1600)',
Expand Down

0 comments on commit bb8642d

Please sign in to comment.