AsposeOcr.CompareImageTexts

AsposeOcr.CompareImageTexts method

2 つの画像に同じテキストが含まれているかどうかを確認します。

public bool CompareImageTexts(string fullPath1, string fullPath2, 
    RecognitionSettings settings = null, bool ignoreCase = true)
パラメータタイプ説明
fullPath1String最初の画像へのパス。
fullPath2String2 番目のイメージへのパス。
settingsRecognitionSettings認識設定。
ignoreCaseBooleanTrue - 大文字と小文字を区別しない検索を意味します。

戻り値

画像のテキストが同じ場合は true (90% の類似性)。

関連項目