simon-clmtd commited on
Commit
4083407
·
verified ·
1 Parent(s): 56943b3

fix explanation for v2 treatment.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ with gr.Blocks(title="OCR QA Demo") as demo:
164
  - Note: Non-alphabetic characters will be removed. For efficiency reasons, all digits are replace by the digit 0.
165
 
166
  #### ⚠️ Limitations:
167
- - The wordlists are **not exhaustive**, particularly for **historical vocabulary**, **dialects**, or **named entities**.
168
- - The method may fail to flag **short OCR artifacts** (e.g., 1–2 character noise) and **non-alphabetic symbols**.
169
 
170
  As such, the score should be understood as a **heuristic indicator**, best used for:
171
  - Comparative assessments between OCR outputs
 
164
  - Note: Non-alphabetic characters will be removed. For efficiency reasons, all digits are replace by the digit 0.
165
 
166
  #### ⚠️ Limitations:
167
+ - The lists of known words are **not exhaustive**, particularly for **historical vocabulary**, **Luxembourgish**, or **named entities**.
168
+ - The method may fail to flag **short OCR artifacts** (e.g., 1–3 character noise).
169
 
170
  As such, the score should be understood as a **heuristic indicator**, best used for:
171
  - Comparative assessments between OCR outputs