taprosoft
commited on
Commit
·
b38f13f
1
Parent(s):
188f052
feat: add test pdf
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ latex_delimiters = [
|
|
77 |
|
78 |
# startup test (also for loading models the first time)
|
79 |
start_startup = time.time()
|
80 |
-
WARMUP_PDF_PATH = "
|
81 |
SUPPORTED_METHODS = ["Docling", "Marker", "Unstructured", "MinerU", "PyMuPDF"]
|
82 |
|
83 |
print("Warm-up sequence")
|
|
|
77 |
|
78 |
# startup test (also for loading models the first time)
|
79 |
start_startup = time.time()
|
80 |
+
WARMUP_PDF_PATH = "table.pdf"
|
81 |
SUPPORTED_METHODS = ["Docling", "Marker", "Unstructured", "MinerU", "PyMuPDF"]
|
82 |
|
83 |
print("Warm-up sequence")
|
table.pdf
ADDED
Binary file (66.9 kB). View file
|
|