1. In what dimensions and direction is the Rectangle in the PDFTextStripperByArea function addRegion(String regionName, Rectangle2D rect).
In other words, where does the rectangle R start (dimensions of the origin values), how big is it (dimensions of the rectangle) and in what direction does it go (NE, NW, SW, SW)? 2. What are the dimensions of a new PDRectangle(300, 400)? In other words, what are the units of values 300 and 400? Thanks, Ilija.

