RecognizedImage class

RecognizedImage class

Represents text, extracted from an image as a result of its recognition process.

The RecognizedImage type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the class using a set of recognized lines.

Properties

Property Description
lines The lines of text, with their fragments, recognized within the document.
text The textual equivalent of the structured text.

Fields

Field Description
EMPTY Empty recognized image

See Also