fix(conversione): PUA Symbol, garbage headers, merge+bib guard, math EN

This commit is contained in:
2026-04-17 13:44:30 +02:00
parent a7f6bc0636
commit 9313cb5d19
2 changed files with 176 additions and 49 deletions
+2
View File
@@ -86,6 +86,8 @@ def _score(r: dict) -> tuple[int, list[str]]:
_pen("br_inline", 2, 15, "<br> inline")
_pen("simboli_encoding", 1, 10, "simboli encoding")
_pen("formule_inline", 1, 8, "formule inline")
_pen("footnote_markers", 1, 8, "footnote residui")
_pen("pua_markers", 2, 20, "caratteri PUA font Symbol")
# ── Anomalie ──────────────────────────────────────────────────────────
n_bare = anomalie.get("bare_headers", 0)