RectangleOutput

RectangleOutput class

Data about detected text areas or lines.

public class RectangleOutput

Constructors

NameDescription
RectangleOutput()The default constructor.

Properties

NameDescription
Page { get; set; }Page number for multi-page images.
Rectangles { get; set; }List of detected text areas or lines.
Source { get; set; }The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

See Also