AsposeOcr.RecognizePassport
İçindekiler
[
Saklamak
]RecognizePassport(string, PassportRecognitionSettings)
Pasaportlardaki metni tanır.
public RecognitionResult RecognizePassport(string fullPath,
PassportRecognitionSettings settings = null)
Parametre | Tip | Tanım |
---|---|---|
fullPath | String | Resmin yolu. |
settings | PassportRecognitionSettings | tanıma ayarlarıPassportRecognitionSettings . |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesne.
Notlar
Belirtme yeteneği ile görüntüyü tanırPassportRecognitionSettings
. GIF, PNG, JPEG, BMP, TIFF, JFIF’i destekler.
Ayrıca bakınız
- class RecognitionResult
- class PassportRecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizePassport(MemoryStream, PassportRecognitionSettings)
Pasaportlardaki metni tanır.
public RecognitionResult RecognizePassport(MemoryStream stream,
PassportRecognitionSettings settings = null)
Parametre | Tip | Tanım |
---|---|---|
stream | MemoryStream | Makbuz görüntüsünü içeren bellek akışı. |
settings | PassportRecognitionSettings | tanıma ayarlarıPassportRecognitionSettings . |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesne.
Notlar
Belirtme yeteneği ile görüntüyü tanırPassportRecognitionSettings
. GIF, PNG, JPEG, BMP, TIFF, JFIF’i destekler.
Ayrıca bakınız
- class RecognitionResult
- class PassportRecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR