Alex Strick van Linschoten commited on
Commit
2f2050d
1 Parent(s): 5fb7f73

update examples

Browse files
Files changed (5) hide show
  1. app.py +6 -1
  2. test1.pdf +0 -0
  3. test2.pdf +0 -0
  4. test3.pdf +0 -0
  5. test4.pdf +0 -0
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 = [["test1.pdf", 80, False], ["test2.pdf", 80, False]]
 
 
 
 
 
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