onursavas commited on
Commit
5105295
·
1 Parent(s): 729bdca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from paddleocr.ppstructure.recovery.recovery_to_doc import sorted_layout_boxes,
6
 
7
  # Chinese image
8
  table_engine = PPStructure(recovery=True)
 
9
  # English image
10
  # table_engine = PPStructure(recovery=True, lang='en')
11
 
 
6
 
7
  # Chinese image
8
  table_engine = PPStructure(recovery=True)
9
+
10
  # English image
11
  # table_engine = PPStructure(recovery=True, lang='en')
12