方法介绍

方法名称:设置本地光学ocr白名单

语法:setWhiteList(handle,whitelist)

参数说明:

handle:通过createOcr创建的句柄

whiteList:字符串类型,不在这个字符集里面的字符全部被过滤掉

返回值:无

方法例子

local handle = createOcr(nil,0)

if handle ~= nil then

setWhiteList(handle,"abcdefg")

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

if text ~= nil then

print("ocr text:"..text)

end

releaseOcr(handle)

end

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

results matching ""

    No results matching ""