fix: disable legacy fast quote path and tighten dense-text rejection

This commit is contained in:
2026-02-28 21:13:39 +08:00
parent 8addb25671
commit fec5aaf8f3
3 changed files with 92 additions and 80 deletions

View File

@@ -579,7 +579,7 @@ class ImageAnalyzer:
)
dense_text_hint = any(
kw in scene_text
for kw in ("密集文字", "大量文字", "小字", "多板块", "细字")
for kw in ("密集文字", "大量文字", "多板块")
)
# 校验比例合法性