loadBoundary method of the Result class
Returns the document boundary for the specified page.
Please note that this method might throw an Exception that should be handled.
@WorkerThread
Point[] loadBoundary( String pageId ) throws Exception;
Parameters
- pageId
- Identifier of the page.
Return values
The method returns an array of four vertex points of the bounding quadrangle, defining the document boundary. The vertices are indexed clockwise starting from the bottom left.
02.03.2022 12:59:15