RecognizeCarPlate
Contents
[
Hide
]RecognizeCarPlate(OcrInput)
Recognizes text on car plate.
public OcrOutput RecognizeCarPlate(OcrInput images)
Parameter | Type | Description |
---|---|---|
images | OcrInput | The container with sources.OcrInput |
Return Value
List of RecognitionResult
objects with image recognition results.
Remarks
Recognizes car plates with the ability to specify CarPlateRecognitionSettings
. 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
RecognizeCarPlate(OcrInput, CarPlateRecognitionSettings)
Recognizes text on car plate.
public OcrOutput RecognizeCarPlate(OcrInput images, CarPlateRecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
images | OcrInput | The container with sources.OcrInput |
settings | CarPlateRecognitionSettings | Recognition settings CarPlateRecognitionSettings . |
Return Value
List of RecognitionResult
objects with image recognition results.
Remarks
Recognizes car plates with the ability to specify CarPlateRecognitionSettings
. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, directory, arrays, archives.
See Also
- class OcrOutput
- class OcrInput
- class CarPlateRecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR