onursavas commited on
Commit
ebca26a
·
1 Parent(s): 4645cb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from paddleocr import PaddleOCR,draw_ocr
3
  import json
4
  import os
5
 
6
- ocr_ch = PaddleOCR(use_angle_cls=True, lang='en')
7
  ocr_ch = PaddleOCR(use_angle_cls=True, lang='ch')
8
  ocr_ru = PaddleOCR(use_angle_cls=True, lang='ru')
9
  ocr_ru = PaddleOCR(use_angle_cls=True, lang='ar')
 
3
  import json
4
  import os
5
 
6
+ ocr_en = PaddleOCR(use_angle_cls=True, lang='en')
7
  ocr_ch = PaddleOCR(use_angle_cls=True, lang='ch')
8
  ocr_ru = PaddleOCR(use_angle_cls=True, lang='ru')
9
  ocr_ru = PaddleOCR(use_angle_cls=True, lang='ar')