fix: disable legacy fast quote path and tighten dense-text rejection
This commit is contained in:
@@ -579,7 +579,7 @@ class ImageAnalyzer:
|
||||
)
|
||||
dense_text_hint = any(
|
||||
kw in scene_text
|
||||
for kw in ("密集文字", "大量文字", "小字", "多板块", "细字")
|
||||
for kw in ("密集文字", "大量文字", "多板块")
|
||||
)
|
||||
|
||||
# 校验比例合法性
|
||||
|
||||
Reference in New Issue
Block a user