Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|