imperiusrex commited on
Commit
3fc583f
·
verified ·
1 Parent(s): 5bf0fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,7 +27,7 @@ def process_image(img_path):
27
  "This is Chinese text",
28
  "This is Korean text",
29
  "This is Russian text",
30
- "This is French text",
31
  ]
32
 
33
  # Map detected languages to PaddleOCR language codes
@@ -37,7 +37,7 @@ def process_image(img_path):
37
  "chinese": "ch",
38
  "korean": "korean",
39
  "russian": "ru",
40
- "french": "fr",
41
  }
42
 
43
  # Text Detection
 
27
  "This is Chinese text",
28
  "This is Korean text",
29
  "This is Russian text",
30
+ # "This is Indonesian text",
31
  ]
32
 
33
  # Map detected languages to PaddleOCR language codes
 
37
  "chinese": "ch",
38
  "korean": "korean",
39
  "russian": "ru",
40
+ # "indonesian": "id",
41
  }
42
 
43
  # Text Detection