134135136137138139140141142143144
readTuple(reader); int width = Integer.parseInt(tuple[0]); int height = Integer.parseInt(tuple[1]); Region region = new Region(); region.page = pageImage; region.left = left; region.top = top; region.width = width; region.height = height;
136137138139140141142143144145146
146147148149150151152153154155156
137138139140141142143144145146147