Skip to content

Commit

Permalink
Add austriannewspapers model for kraken
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Aug 22, 2023
1 parent bd18616 commit 4227fae
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 @@ -5,6 +5,9 @@
"german_handwriting": {
"kraken": "german_handwriting"
},
"newspaper": {
"kraken": "austriannewspapers"
},
"Fraktur": {
"tesseract": "Fraktur"
},
Expand Down
1 change: 1 addition & 0 deletions src/Engine/EngineBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ abstract class EngineBase {
public const LANG_NAMES = [
'german_print' => 'Deutsch (Druck)',
'german_handwriting' => 'Deutsch (Handschrift)',
'newspaper' => 'Newspaper',
'Fraktur' => 'Fraktur script',
'Latin' => 'Latin script',
'az-cyrl' => 'Azərbaycan (qədim yazı)',
Expand Down

0 comments on commit 4227fae

Please sign in to comment.