Skip to content

Commit 7081843

Browse files
authored
feat: support Czech tesseract language
1 parent d352cfa commit 7081843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/task/pgs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func init() {
3535
langMapping = append(langMapping, PGSTesseractLanguage{"chi_tra", []string{"chi"}})
3636
langMapping = append(langMapping, PGSTesseractLanguage{"ell", []string{"gre"}})
3737
langMapping = append(langMapping, PGSTesseractLanguage{"isl", []string{"ice"}})
38+
langMapping = append(langMapping, PGSTesseractLanguage{"ces", []string{"cze"}})
3839
}
3940
func NewPGSWorker(workerConfig Config) *PGSWorker {
4041
encodeWorker := &PGSWorker{

0 commit comments

Comments
 (0)