pluniak commited on
Commit
dc8ee79
·
verified ·
1 Parent(s): 67b14b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ description = """<ul>
87
  </ol>
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 <b>slow</b>. Depending on the input image, a pipeline run can take mor than 10 minutes.</li>
91
  <li>For lengthy waits, look at example results at: <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>
 
87
  </ol>
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 <b>slow</b>. Depending on the input image, a pipeline run can take over 10 minutes.</li>
91
  <li>For lengthy waits, look at example results at: <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>