ha4t.orc module

orc识别文字 获取文字位置

class OCR(use_angle_cls=True, lang='ch', show_log=False, **kwargs)[源代码]

基类:object

static get_pos(data)[源代码]

矩形转换为坐标

to_list(data, scale=None)[源代码]
get_page_text(record_func) str[源代码]

将ocr识别结果转换为文本 :param record_func: 截图函数

get_text_pos(text: str, record_func, index=0, timeout=10, scale=None) tuple[源代码]

反复获取截图,直到获取目标文字位置 :param text: 目标文字 :param record_func: 截图函数 :param index: 匹配第几个目标文字 :param timeout: 超时时间