方法介绍

方法名称:获取指定范围内的文本字符串

语法:ocrText(handle,x1,y1,x2,y2,colorfmt)

参数说明:

handle:整数型,tresseract-ocr对象句柄

x1:整数型,查找区域左上X坐标

y1:整数型,查找区域左上Y坐标

x2:整数型,查找区域右下X坐标

y2:整数型,查找区域右下Y坐标

colorfmt:字符串,文字的颜色格式

返回值:返回查找的字符串

方法例子

local handle = createOcr("chi-sim")

local text = ocrText(handle,0,0,0,0,"ffffff-0f0f0f")

if text ~= nil then

print("ocr text:"..text)

end

releaseOcr(handle)

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-12 17:34:42

results matching ""

    No results matching ""