From 9d0cf0bdfed9eb487105b02f2b3f57c0805a97d1 Mon Sep 17 00:00:00 2001 From: Kolawole Date: Mon, 24 Jun 2024 19:14:41 +0100 Subject: [PATCH 1/2] Add Portuguese Handwriting 16th-19th century Bug:T368090 --- src/Engine/EngineBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Engine/EngineBase.php b/src/Engine/EngineBase.php index d3a2f6b..246008d 100644 --- a/src/Engine/EngineBase.php +++ b/src/Engine/EngineBase.php @@ -85,6 +85,7 @@ abstract class EngineBase { 'pl-m2' => 'Transkribus Polish M2', 'pt-m1' => 'General Portuguese M1', 'pt-17' => 'SPJCL17C V4.2', + 'pt-hd' => 'Portuguese Handwriting 16th-19th century', 'ro-print' => 'RTA2 (Romanian Transition Alphabet)', 'rus-hd-2' => 'Russian generic handwriting 2', 'rus-print' => 'Russian print of the 18th century', From 6be88fb9a12365e034a358bd2a8bef77b87f6973 Mon Sep 17 00:00:00 2001 From: Kolawole Date: Mon, 24 Jun 2024 19:14:41 +0100 Subject: [PATCH 2/2] Add Portuguese Handwriting 16th-19th century Bug:T368090 --- public/langs.json | 5 +++++ src/Engine/EngineBase.php | 1 + 2 files changed, 6 insertions(+) diff --git a/public/langs.json b/public/langs.json index b4bf4c9..589636d 100644 --- a/public/langs.json +++ b/public/langs.json @@ -532,6 +532,11 @@ "htr": 52754 } }, + "pt-hd": { + "transkribus": { + "htr": 53270 + } + }, "ur": { "tesseract": "urd", "google": "ur" diff --git a/src/Engine/EngineBase.php b/src/Engine/EngineBase.php index d3a2f6b..246008d 100644 --- a/src/Engine/EngineBase.php +++ b/src/Engine/EngineBase.php @@ -85,6 +85,7 @@ abstract class EngineBase { 'pl-m2' => 'Transkribus Polish M2', 'pt-m1' => 'General Portuguese M1', 'pt-17' => 'SPJCL17C V4.2', + 'pt-hd' => 'Portuguese Handwriting 16th-19th century', 'ro-print' => 'RTA2 (Romanian Transition Alphabet)', 'rus-hd-2' => 'Russian generic handwriting 2', 'rus-print' => 'Russian print of the 18th century',