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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -28,7 +28,6 @@ def process_image(img_path):
28
  "This is Korean text",
29
  "This is Russian text",
30
  "This is French text",
31
- "This is Latin text",
32
  ]
33
 
34
  # Map detected languages to PaddleOCR language codes
@@ -39,7 +38,6 @@ def process_image(img_path):
39
  "korean": "korean",
40
  "russian": "ru",
41
  "french": "fr",
42
- "latin": "la",
43
  }
44
 
45
  # Text Detection
 
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
 
38
  "korean": "korean",
39
  "russian": "ru",
40
  "french": "fr",
 
41
  }
42
 
43
  # Text Detection