RecognizeStreetPhoto

AsposeOcr.RecognizeStreetPhoto method

Recognizes text on street photos.

public List<RecognitionResult> RecognizeStreetPhoto(OcrInput input)
ParameterTypeDescription
inputOcrInputThe container with sources.OcrInput

Return Value

List of RecognitionResult objects with image recognition results.

Remarks

Extract text from street photos, traffic camera images, ID cards, driver licenses, and other images with sparse text and noisy/colored backgrounds. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, directory, arrays, archives.

See Also