AsposeOcr.CompareImageTexts

AsposeOcr.CompareImageTexts method

检查两个图像是否包含相同的文本。

public bool CompareImageTexts(string fullPath1, string fullPath2, 
    RecognitionSettings settings = null, bool ignoreCase = true)
范围类型描述
fullPath1String第一张图片的路径。
fullPath2String第二张图片的路径。
settingsRecognitionSettings识别设置。
ignoreCaseBooleanTrue - 表示不区分大小写的搜索。

返回值

如果图像具有相同的文本(相似度为 90%)则为真。

也可以看看