Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
•
2f2050d
1
Parent(s):
5fb7f73
update examples
Browse files
app.py
CHANGED
@@ -181,7 +181,12 @@ description = "An MVP app for detection, extraction and analysis of PDF document
|
|
181 |
with open("article.md") as f:
|
182 |
article = f.read()
|
183 |
|
184 |
-
examples = [
|
|
|
|
|
|
|
|
|
|
|
185 |
interpretation = "default"
|
186 |
enable_queue = True
|
187 |
theme = "grass"
|
|
|
181 |
with open("article.md") as f:
|
182 |
article = f.read()
|
183 |
|
184 |
+
examples = [
|
185 |
+
["test1.pdf", 80, True],
|
186 |
+
["test2.pdf", 80, False],
|
187 |
+
["test3.pdf", 80, True],
|
188 |
+
["test4.pdf", 80, False],
|
189 |
+
]
|
190 |
interpretation = "default"
|
191 |
enable_queue = True
|
192 |
theme = "grass"
|
test1.pdf
CHANGED
Binary files a/test1.pdf and b/test1.pdf differ
|
|
test2.pdf
CHANGED
Binary files a/test2.pdf and b/test2.pdf differ
|
|
test3.pdf
ADDED
Binary file (257 kB). View file
|
|
test4.pdf
ADDED
Binary file (740 kB). View file
|
|