RecognizePassport
Contents
[
Hide
]RecognizePassport(OcrInput)
Recognizes text on passport.
public OcrOutput RecognizePassport(OcrInput images)
Parameter | Type | Description |
---|---|---|
images | OcrInput | The container with sources.OcrInput |
Return Value
List of RecognitionResult
objects with image recognition results.
Remarks
Recognizes passports with the ability to specify PassportRecognitionSettings
. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, directory, arrays, archives.
See Also
- class OcrOutput
- class OcrInput
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizePassport(OcrInput, PassportRecognitionSettings)
Recognizes text on passport.
public OcrOutput RecognizePassport(OcrInput images, PassportRecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
images | OcrInput | The container with sources.OcrInput |
settings | PassportRecognitionSettings | Recognition settings PassportRecognitionSettings . |
Return Value
List of RecognitionResult
objects with image recognition results.
Remarks
Recognizes passports with the ability to specify PassportRecognitionSettings
. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, directory, arrays, archives.
See Also
- class OcrOutput
- class OcrInput
- class PassportRecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR