Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8225805
1
Parent(s):
e07254e
remove model info for now
Browse files
app.py
CHANGED
@@ -354,7 +354,9 @@ with gr.Blocks() as demo:
|
|
354 |
"Now, cutting-edge Vision-Language Models (VLMs) are revolutionizing OCR with simpler, cleaner Markdown output. "
|
355 |
"This Space makes it easy to compare these two approaches and see which works best for your historical documents. "
|
356 |
"Upload a historical document image and its XML file to compare these approaches side-by-side. "
|
357 |
-
"We'll extract the reading order from your XML for an apples-to-apples comparison of the actual text content
|
|
|
|
|
358 |
)
|
359 |
|
360 |
with gr.Row():
|
|
|
354 |
"Now, cutting-edge Vision-Language Models (VLMs) are revolutionizing OCR with simpler, cleaner Markdown output. "
|
355 |
"This Space makes it easy to compare these two approaches and see which works best for your historical documents. "
|
356 |
"Upload a historical document image and its XML file to compare these approaches side-by-side. "
|
357 |
+
"We'll extract the reading order from your XML for an apples-to-apples comparison of the actual text content.\n\n"
|
358 |
+
"**Available models:** [RolmOCR](https://huggingface.co/reducto/RolmOCR) | "
|
359 |
+
"[Nanonets-OCR-s](https://huggingface.co/nanonets/Nanonets-OCR-s)"
|
360 |
)
|
361 |
|
362 |
with gr.Row():
|