RectangleOutput

Inheritance: java.lang.Object

public class RectangleOutput

Data about detected text areas or lines.

Constructors

ConstructorDescription
RectangleOutput()

Fields

FieldDescription
SourceThe full path to the file or URL, if any.
PagePage number.
ImageIndexSequence number of the image on the page.
RectanglesList of detected text areas or lines.

RectangleOutput()

public RectangleOutput()

Source

public String Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

Page

public int Page

Page number.

ImageIndex

public int ImageIndex

Sequence number of the image on the page.

Rectangles

public ArrayList<Rectangle> Rectangles

List of detected text areas or lines.