Class BoundingRegion


  • public final class BoundingRegion
    extends Object
    Bounding box on a specific page of the input.
    • Constructor Detail

      • BoundingRegion

        public BoundingRegion()
    • Method Detail

      • getPageNumber

        public int getPageNumber()
        Get the pageNumber property: 1-based page number of page containing the bounding region.
        Returns:
        the pageNumber value.
      • getBoundingBox

        public List<Float> getBoundingBox()
        Get the boundingBox property: Bounding box on the page, or the entire page if not specified.
        Returns:
        the boundingBox value.