recognize method

recognize(self, image_stream)

Does the OCR processing of an image, provided as a stream.

Returns

Structured recognized text, containing lines, words and their bounding rectangles


def recognize(self, image_stream):
    ...
Parameter Type Description
image_stream io.RawIOBase Stream, containing an image to process

See Also