Spaces:
Running
Running
fix import bug
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ from lineless_table_rec import LinelessTableRecognition
|
|
7 |
from paddleocr import PPStructure
|
8 |
from rapid_table import RapidTable
|
9 |
from rapidocr_onnxruntime import RapidOCR
|
10 |
-
from slanet_plus_table import SLANetPlus
|
11 |
from table_cls import TableCls
|
12 |
from wired_table_rec import WiredTableRecognition
|
13 |
|
|
|
7 |
from paddleocr import PPStructure
|
8 |
from rapid_table import RapidTable
|
9 |
from rapidocr_onnxruntime import RapidOCR
|
|
|
10 |
from table_cls import TableCls
|
11 |
from wired_table_rec import WiredTableRecognition
|
12 |
|