CompareImageTexts
AsposeOcr.CompareImageTexts method
Check if two images contain the same text.
public bool CompareImageTexts(string fullPath1, string fullPath2,
RecognitionSettings settings = null, bool ignoreCase = true)
Parameter | Type | Description |
---|---|---|
fullPath1 | String | Path to the first image. |
fullPath2 | String | Path to the second image. |
settings | RecognitionSettings | Recognition settings. |
ignoreCase | Boolean | True - means a case-insensitive search. |
Return Value
True if images have the same text (90% similarity).
See Also
- class RecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR