AsposeOcr.RecognizeIDCard
محتويات
[
يخفي
]RecognizeIDCard(string, IDCardRecognitionSettings)
يتعرف على النص الموجود في بطاقة الهوية.
public RecognitionResult RecognizeIDCard(string fullPath, IDCardRecognitionSettings settings = null)
| معامل | يكتب | وصف | 
|---|---|---|
| fullPath | String | مسار الصورة. | 
| settings | IDCardRecognitionSettings | إعدادات التعرف IDCardRecognitionSettings. | 
قيمة الإرجاع
الRecognitionResult مع نتائج التعرف على الصور.
ملاحظات
يتعرف على الصورة مع إمكانية التحديدIDCardRecognitionSettings . يدعم GIF و PNG و JPEG و BMP و TIFF و JFIF.
أنظر أيضا
- class RecognitionResult
- class IDCardRecognitionSettings
- class AsposeOcr
- مساحة الاسم Aspose.OCR
- المجسم Aspose.OCR
RecognizeIDCard(MemoryStream, IDCardRecognitionSettings)
يتعرف على النص الموجود في بطاقة الهوية.
public RecognitionResult RecognizeIDCard(MemoryStream stream, 
    IDCardRecognitionSettings settings = null)
| معامل | يكتب | وصف | 
|---|---|---|
| stream | MemoryStream | تيار الذاكرة الذي يحتوي على صورة الإيصال. | 
| settings | IDCardRecognitionSettings | إعدادات التعرف IDCardRecognitionSettings. | 
قيمة الإرجاع
الRecognitionResult مع نتائج التعرف على الصور.
ملاحظات
يتعرف على الصورة مع إمكانية التحديدIDCardRecognitionSettings . يدعم GIF و PNG و JPEG و BMP و TIFF و JFIF.
أنظر أيضا
- class RecognitionResult
- class IDCardRecognitionSettings
- class AsposeOcr
- مساحة الاسم Aspose.OCR
- المجسم Aspose.OCR