GiniVisionBox

Create a new bounding box for an extraction.

Parameters

height

vertical dimension of the box

left

distance from the left edge of the page.

pageNumber

page on which the box can be found, starting with 1

top

distance from the top edge of the page

width

horizontal dimension of the box

void GiniVisionBox(int pageNumber, double left, double top, double width, double height)