Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -305,6 +305,10 @@ image_examples = [
|
|
305 |
["Convert this page to docling", "images/1.png"],
|
306 |
["OCR the image", "images/2.jpg"],
|
307 |
["Convert this page to docling", "images/3.png"],
|
|
|
|
|
|
|
|
|
308 |
]
|
309 |
|
310 |
video_examples = [
|
|
|
305 |
["Convert this page to docling", "images/1.png"],
|
306 |
["OCR the image", "images/2.jpg"],
|
307 |
["Convert this page to docling", "images/3.png"],
|
308 |
+
["Convert chart to OTSL.", "images/4.png"],
|
309 |
+
["Convert code to text", "images/5.jpg"],
|
310 |
+
["Convert this table to OTSL.", "images/6.jpg"],
|
311 |
+
|
312 |
]
|
313 |
|
314 |
video_examples = [
|