CompareImageTexts
AsposeOcr.CompareImageTexts method
تحقق مما إذا كانت الصورتان تحتويان على نفس النص.
public bool CompareImageTexts(string fullPath1, string fullPath2,
RecognitionSettings settings = null, bool ignoreCase = true)
| معامل | نوع | الوصف |
|---|---|---|
| fullPath1 | String | المسار إلى الصورة الأولى. |
| fullPath2 | String | المسار إلى الصورة الثانية. |
| settings | RecognitionSettings | إعدادات التعرف. |
| ignoreCase | Boolean | True - يعني بحث غير حساس لحالة الأحرف. |
قيمة الإرجاع
True إذا كانت الصور تحتوي على نفس النص (تشابه 90%).
انظر أيضًا
- class RecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR