Spaces:
Running
Running
Commit
·
b171689
1
Parent(s):
10aaf2c
draft
Browse files- index.html +5 -5
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>OCR
|
7 |
|
8 |
<!-- External Dependencies -->
|
9 |
<script src="https://unpkg.com/[email protected]"></script>
|
@@ -118,10 +118,10 @@
|
|
118 |
<div x-show="showAbout" x-transition class="bg-blue-50 dark:bg-blue-950/30 border-b border-blue-200 dark:border-blue-800">
|
119 |
<div class="px-4 sm:px-6 lg:px-8 py-6">
|
120 |
<div class="max-w-4xl">
|
121 |
-
<h2 class="text-lg font-semibold text-gray-900 dark:text-white mb-3">About OCR
|
122 |
<div class="prose prose-sm dark:prose-invert text-gray-700 dark:text-gray-300">
|
123 |
<p class="mb-3">
|
124 |
-
OCR
|
125 |
with AI-improved versions from historical documents. This tool is designed for browsing pre-processed
|
126 |
OCR improvements stored in HuggingFace datasets.
|
127 |
</p>
|
@@ -147,8 +147,8 @@
|
|
147 |
</div>
|
148 |
<p class="text-sm">
|
149 |
💡 <strong>Tip:</strong> For live OCR processing with vision-language models, check out
|
150 |
-
<a href="
|
151 |
-
|
152 |
</p>
|
153 |
</div>
|
154 |
<button
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>OCR Time Capsule</title>
|
7 |
|
8 |
<!-- External Dependencies -->
|
9 |
<script src="https://unpkg.com/[email protected]"></script>
|
|
|
118 |
<div x-show="showAbout" x-transition class="bg-blue-50 dark:bg-blue-950/30 border-b border-blue-200 dark:border-blue-800">
|
119 |
<div class="px-4 sm:px-6 lg:px-8 py-6">
|
120 |
<div class="max-w-4xl">
|
121 |
+
<h2 class="text-lg font-semibold text-gray-900 dark:text-white mb-3">About OCR Time Capsule</h2>
|
122 |
<div class="prose prose-sm dark:prose-invert text-gray-700 dark:text-gray-300">
|
123 |
<p class="mb-3">
|
124 |
+
OCR Time Capsule helps researchers and digital humanities professionals compare original OCR text
|
125 |
with AI-improved versions from historical documents. This tool is designed for browsing pre-processed
|
126 |
OCR improvements stored in HuggingFace datasets.
|
127 |
</p>
|
|
|
147 |
</div>
|
148 |
<p class="text-sm">
|
149 |
💡 <strong>Tip:</strong> For live OCR processing with vision-language models, check out
|
150 |
+
<a href="https://huggingface.co/spaces/davanstrien/ocr-time-machine" class="text-blue-600 dark:text-blue-400 underline">OCR Time Machine</a>.
|
151 |
+
OCR Time Capsule focuses on exploring already-processed datasets for faster navigation and analysis.
|
152 |
</p>
|
153 |
</div>
|
154 |
<button
|