Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,12 +30,15 @@ table_engine_list = [
|
|
30 |
|
31 |
# 示例图片路径
|
32 |
example_images = [
|
33 |
-
"images/lineless1.png",
|
34 |
"images/wired1.png",
|
35 |
-
"images/lineless2.png",
|
36 |
"images/wired2.png",
|
37 |
-
"images/lineless3.jpg",
|
38 |
"images/wired3.png",
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
]
|
40 |
rapid_table_engine = RapidTable(model_path=table_rec_path)
|
41 |
wired_table_engine_v1 = WiredTableRecognition(version="v1")
|
|
|
30 |
|
31 |
# 示例图片路径
|
32 |
example_images = [
|
|
|
33 |
"images/wired1.png",
|
|
|
34 |
"images/wired2.png",
|
|
|
35 |
"images/wired3.png",
|
36 |
+
"images/lineless1.png",
|
37 |
+
"images/wired4.jpg",
|
38 |
+
"images/lineless2.png",
|
39 |
+
"images/wired5.jpg",
|
40 |
+
"images/lineless3.jpg",
|
41 |
+
"images/wired6.jpg",
|
42 |
]
|
43 |
rapid_table_engine = RapidTable(model_path=table_rec_path)
|
44 |
wired_table_engine_v1 = WiredTableRecognition(version="v1")
|