maslionok commited on
Commit
9a49dcc
Β·
1 Parent(s): a4274f6
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -122,9 +122,9 @@ with gr.Blocks(title="OCR QA Demo") as demo:
122
  with gr.Accordion("πŸ“ About the OCR QA Pipeline", open=False, visible=False) as info_accordion:
123
  gr.Markdown(
124
  """
125
- - **OCR Error Detection**: Identifies common OCR mistakes and artifacts
126
- - **Quality Assessment**: Evaluates the overall quality of OCR text
127
- - **Language Processing**: Handles multilingual OCR text processing
128
  """
129
  )
130
 
 
122
  with gr.Accordion("πŸ“ About the OCR QA Pipeline", open=False, visible=False) as info_accordion:
123
  gr.Markdown(
124
  """
125
+ - **Quality Score**: Evaluates the overall quality of OCR text. From 0.0 (poor) to 1.0 (excellent)
126
+ - **Known tokens**: Words recognized as valid in the selected language
127
+ - **Potential OCR errors**: Identifies common OCR mistakes and artifacts
128
  """
129
  )
130