simon-clmtd commited on
Commit
614dfc7
Β·
verified Β·
1 Parent(s): 70a1f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- This demo showcases the **OCR Quality Assessment (OCRQA)** of the [Impresso Project](https://impresso-project.ch).
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