Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,10 +89,9 @@ with gr.Blocks(title="OCR QA Demo") as demo:
|
|
| 89 |
)
|
| 90 |
gr.Markdown(
|
| 91 |
"""
|
| 92 |
-
# π OCR Quality Assessment Demo
|
| 93 |
|
| 94 |
-
|
| 95 |
-
The pipeline evaluates the quality of text extracted via Optical Character Recognition (OCR) by estimating the proportion of (un)known words with respect to a large clean text corpus.
|
| 96 |
|
| 97 |
It returns:
|
| 98 |
- a **quality score** between **0.0 (poor)** and **1.0 (excellent)**, and
|
|
|
|
| 89 |
)
|
| 90 |
gr.Markdown(
|
| 91 |
"""
|
| 92 |
+
# π Optical Character Recognition (OCR) Quality Assessment Demo
|
| 93 |
|
| 94 |
+
The demo showcases how the [Impresso Project](https://impresso-project.ch) assesses the quality of ORC transcripts by estimating the proportion of (un)known words with respect to a large clean text corpus.
|
|
|
|
| 95 |
|
| 96 |
It returns:
|
| 97 |
- a **quality score** between **0.0 (poor)** and **1.0 (excellent)**, and
|