Spaces:
Running
Running
Update index.html
Browse files- index.html +9 -1
index.html
CHANGED
|
@@ -221,7 +221,7 @@
|
|
| 221 |
|
| 222 |
<!-- Card 6: Extract from images -->
|
| 223 |
<div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
|
| 224 |
-
<h2 class="text-xl font-bold mb-4">Extract information from images and handwritten documents</h2>
|
| 225 |
|
| 226 |
<div class="ml-4">
|
| 227 |
<p class="text-gray-600 mb-4">Upload a file and specify what you want to extract.</p> </div>
|
|
@@ -229,6 +229,14 @@
|
|
| 229 |
<div class="mt-4 pt-4 border-t">
|
| 230 |
<h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
|
| 231 |
<div class="flex flex-wrap gap-2">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
<a href="https://huggingface.co/spaces/Qwen/Qwen2-VL" target="_blank" rel="noopener noreferrer" class="tool-link">
|
| 233 |
Qwen2-VL-Max
|
| 234 |
<svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
| 221 |
|
| 222 |
<!-- Card 6: Extract from images -->
|
| 223 |
<div class="tool-card border rounded-lg p-6 bg-white shadow-sm hover:shadow-md transition-shadow">
|
| 224 |
+
<h2 class="text-xl font-bold mb-4">Extract information from PDFs, images and handwritten documents</h2>
|
| 225 |
|
| 226 |
<div class="ml-4">
|
| 227 |
<p class="text-gray-600 mb-4">Upload a file and specify what you want to extract.</p> </div>
|
|
|
|
| 229 |
<div class="mt-4 pt-4 border-t">
|
| 230 |
<h3 class="font-medium text-gray-700 mb-2">Recommended Tools:</h3>
|
| 231 |
<div class="flex flex-wrap gap-2">
|
| 232 |
+
<a href="https://olmocr.allenai.org/" target="_blank" rel="noopener noreferrer" class="tool-link">
|
| 233 |
+
olmOCR
|
| 234 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
| 235 |
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
|
| 236 |
+
<polyline points="15 3 21 3 21 9"></polyline>
|
| 237 |
+
<line x1="10" y1="14" x2="21" y2="3"></line>
|
| 238 |
+
</svg>
|
| 239 |
+
</a>
|
| 240 |
<a href="https://huggingface.co/spaces/Qwen/Qwen2-VL" target="_blank" rel="noopener noreferrer" class="tool-link">
|
| 241 |
Qwen2-VL-Max
|
| 242 |
<svg xmlns="http://www.w3.org/2000/svg" class="external-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|