Spaces:
Sleeping
Sleeping
fix explanation for v2 treatment.
Browse files
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
|
| 168 |
-
- The method may fail to flag **short OCR artifacts** (e.g., 1–
|
| 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
|