Skip to content

Commit 348e8f4

Browse files
committed
fix: add 'el' and 'gr' as Greek language code aliases for Tesseract OCR
1 parent aef3bc4 commit 348e8f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unstructured/partition/utils/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ class PartitionStrategy:
8484
"dzongkha": "dzo",
8585
"greek, modern": "ell",
8686
"greek": "ell",
87+
"el": "ell",
88+
"gr": "ell",
8789
"english": "eng",
8890
"english, middle": "enm",
8991
"esperanto": "epo",

0 commit comments

Comments
 (0)