onursavas commited on
Commit
918e972
·
1 Parent(s): 24da6e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import numpy as np
5
  from paddleocr import PPStructure,save_structure_res
6
  from paddleocr.ppstructure.recovery.recovery_to_doc import sorted_layout_boxes, convert_info_docx
7
 
 
8
  # Chinese image
9
  table_engine = PPStructure(recovery=True)
10
 
 
5
  from paddleocr import PPStructure,save_structure_res
6
  from paddleocr.ppstructure.recovery.recovery_to_doc import sorted_layout_boxes, convert_info_docx
7
 
8
+
9
  # Chinese image
10
  table_engine = PPStructure(recovery=True)
11