Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ description = """<ul>
|
|
88 |
</li>
|
89 |
<li>Optimized for <b>English</b>; other languages (e.g., German) may require OCR model fine-tuning.</li>
|
90 |
<li>Uses free CPU-based compute, which is rather slow. Depending on the input image, a pipeline run can take over 10 minutes.</li>
|
91 |
-
<li>For lengthy waits, look at
|
92 |
<li>The demo is based on code from my GitHub repository: <a href='https://github.com/pluniak/ocrd'>https://github.com/pluniak/ocrd</a></li>
|
93 |
<li>Note: The demo is just a <b>first prototype</b>! OCR performance and computation speed should be optimized.</li>
|
94 |
</ul>"""
|
|
|
88 |
</li>
|
89 |
<li>Optimized for <b>English</b>; other languages (e.g., German) may require OCR model fine-tuning.</li>
|
90 |
<li>Uses free CPU-based compute, which is rather slow. Depending on the input image, a pipeline run can take over 10 minutes.</li>
|
91 |
+
<li>For lengthy waits, look at these <b>pre-computed examples</b>: <a href='https://github.com/pluniak/ocrd/tree/main/data/demo_data'>https://github.com/pluniak/ocrd/tree/main/data/demo_data</a></li>
|
92 |
<li>The demo is based on code from my GitHub repository: <a href='https://github.com/pluniak/ocrd'>https://github.com/pluniak/ocrd</a></li>
|
93 |
<li>Note: The demo is just a <b>first prototype</b>! OCR performance and computation speed should be optimized.</li>
|
94 |
</ul>"""
|