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