Skip to content

Commit

Permalink
Add Javanese Transkribus model to langs.json
Browse files Browse the repository at this point in the history
Add a new `jv-01` Transkribus model ID and name.

Bug: T373326
  • Loading branch information
samwilson authored Aug 26, 2024
1 parent 065c09f commit bbbe24f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/langs.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,11 @@
"tesseract": "jpn",
"google": "ja"
},
"jv-01": {
"transkribus": {
"htr": 116013
}
},
"jv": {
"tesseract": "jav",
"google": "jv"
Expand Down
1 change: 1 addition & 0 deletions src/Engine/EngineBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ abstract class EngineBase {
'hu-hand-19' => 'Hungarian handwriting 19th–20th cent.',
'it-old' => 'italiano antico',
'it-hd-m1' => 'Transkribus Italian Handwriting M1',
'jv-01' => 'Javanese model v0.1 b06/24',
'ka-old' => 'ქართული (ძველი)',
'ko-vert' => '한국어 (세로)',
'kur' => 'کوردی',
Expand Down

0 comments on commit bbbe24f

Please sign in to comment.