AsposeOcr.CompareImageTexts

AsposeOcr.CompareImageTexts method

두 이미지에 동일한 텍스트가 포함되어 있는지 확인합니다.

public bool CompareImageTexts(string fullPath1, string fullPath2, 
    RecognitionSettings settings = null, bool ignoreCase = true)
모수유형설명
fullPath1String첫 번째 이미지의 경로입니다.
fullPath2String두 번째 이미지의 경로입니다.
settingsRecognitionSettings인식 설정.
ignoreCaseBooleanTrue - 대소문자를 구분하지 않는 검색을 의미합니다.

반환 값

이미지에 동일한 텍스트(90% 유사성)가 있는 경우 True입니다.

또한보십시오