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 d352cfa commit 7081843Copy full SHA for 7081843
worker/task/pgs.go
@@ -35,6 +35,7 @@ func init() {
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
+ langMapping = append(langMapping, PGSTesseractLanguage{"ces", []string{"cze"}})
39
}
40
func NewPGSWorker(workerConfig Config) *PGSWorker {
41
encodeWorker := &PGSWorker{
0 commit comments