MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / extract_chinese_chars

Function extract_chinese_chars

app/services/tenvision_adapter.py:65–66  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

63 compact = normalize_text(text)
64 if not compact:
65 return False
66 return PROMPT_PREFIX in compact or '点击' in compact or compact.startswith('请')
67
68
69def parse_prompt_chars(text):

Callers 5

parse_prompt_charsFunction · 0.85
is_ignored_itemFunction · 0.85
recognize_prompt_boxesFunction · 0.85
split_ocr_itemFunction · 0.85
recognize_yellow_boxesFunction · 0.85

Calls 1

normalize_textFunction · 0.85

Tested by

no test coverage detected