RecognizeCarPlate

RecognizeCarPlate(OcrInput)

Recognizes text on car plate.

public OcrOutput RecognizeCarPlate(OcrInput images)
ParameterTypeDescription
imagesOcrInputThe 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


RecognizeCarPlate(OcrInput, CarPlateRecognitionSettings)

Recognizes text on car plate.

public OcrOutput RecognizeCarPlate(OcrInput images, CarPlateRecognitionSettings settings)
ParameterTypeDescription
imagesOcrInputThe container with sources.OcrInput
settingsCarPlateRecognitionSettingsRecognition 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