Skip to content

Commit 07c8864

Browse files
Update text_extraction.py
1 parent ec7ed23 commit 07c8864

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/text_extraction.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def get_supported_languages() -> Dict[str, str]:
2020
all_languages = {
2121
'English': 'eng',
2222
'Hindi': 'hin',
23+
'Marathi':'mar',
24+
'Gujrati':'guj',
25+
'Punjabi':'pan'
2326
}
2427

2528
installed_langs = get_installed_languages()

0 commit comments

Comments
 (0)