We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec0fed commit d352cfaCopy full SHA for d352cfa
worker/task/pgs.go
@@ -33,6 +33,8 @@ func init() {
33
langMapping = append(langMapping, PGSTesseractLanguage{"deu", []string{"det"}})
34
langMapping = append(langMapping, PGSTesseractLanguage{"fra", []string{"fre"}})
35
langMapping = append(langMapping, PGSTesseractLanguage{"chi_tra", []string{"chi"}})
36
+ langMapping = append(langMapping, PGSTesseractLanguage{"ell", []string{"gre"}})
37
+ langMapping = append(langMapping, PGSTesseractLanguage{"isl", []string{"ice"}})
38
}
39
func NewPGSWorker(workerConfig Config) *PGSWorker {
40
encodeWorker := &PGSWorker{
0 commit comments